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 ghost sessions: detect connection loss and clean up old session
- Add read deadline (3x ping interval) to detect dead connections
- Force-close WebSocket on ping write error to unblock ReadJSON
- Delete old session before creating new one in recreateSession
0 commit comments