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
When I restart my web socket server, the Connection on the client emits a state event with the newState set to "disconnected", which according to the documentation means:
'disconnected' Connection is closed, but it will reconnect automatically
However, the connection does not reconnect. Given that the socket which was passed to the Connection's constructor is now closed, I don't understand how reconnection would be possible. Don't we need a new WebSocket? What's going on here?