Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@palkan
Copy link
Member

@palkan palkan commented Oct 16, 2025

Context

Pending RPC calls can queue up and cause processing delays even when the invoking clients are no longer connected. That could lead to infinite loops (clients try to subscribe, send a lot of subscribe commands, reconnect when no confirmation received and so on).

Checklist

  • I've added tests for this change
  • I've added a Changelog entry
  • I've updated documentation

This should prevent the situation when we have a lot of pending RPC tasks and many of them become irrelevant due to the client being already closed
@palkan palkan force-pushed the feat/session-close-ctx branch from 1957fb9 to 8d678b2 Compare October 16, 2025 13:57
@palkan palkan merged commit 017c8c4 into main Oct 17, 2025
19 checks passed
@palkan palkan deleted the feat/session-close-ctx branch October 17, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants