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
Exiting the tally/server will close the WebSocket TCP connection and immediately trigger onClose. Killing the network connection will leave the angularjs client dead with no error indication.
Detecting a loss of network connection needs some kind of websocket ping/pong mechanism.
angular-websocket has a initialTimeout/maxTimeout options, but these only seem to apply to reconnect operations.
The text was updated successfully, but these errors were encountered:
SpComb
changed the title
WebSocket timeouts
WebSocket timeouts to detect connection errors
Aug 16, 2016
Exiting the tally/server will close the WebSocket TCP connection and immediately trigger onClose. Killing the network connection will leave the angularjs client dead with no error indication.
Detecting a loss of network connection needs some kind of websocket ping/pong mechanism.
angular-websocket has a
initialTimeout
/maxTimeout
options, but these only seem to apply to reconnect operations.The text was updated successfully, but these errors were encountered: