You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(protocol): abort active request handlers on connection close
- Track request handlers with AbortControllers in _requestHandlerAbortControllers
- Abort all active request handlers in _onclose() to prevent hanging operations
- Ensure both outgoing requests (response handlers) and incoming requests (request handlers) are properly terminated
Fixes issue where request handlers would continue running after connection
closure, causing timeouts and resource leaks.
0 commit comments