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: resolve pending waits when WebSocket disconnects (#38)
fix: resolve pending Phase-2 waits on WebSocket disconnect
Extract _resolve_pending_waits() from _handle_error() and also call it
in _receive_messages() finally block so that WS disconnects during the
initial-state phase surface immediately instead of timing out after 30s.
0 commit comments