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
* - It sends a ping message right after the connection is established. If no pong is received within INITIAL_CONNECTION_CHECK_INTERVAL_MS the connection
44
44
* is considered lost
45
-
* - It sends a ping message every PING_INTERVAL ms to keep the connection alive. It no pong is received withing NO_PONG_RECEIVED_INTERVAL_MS the connection
45
+
* - It sends a ping message every PING_INTERVAL ms to keep the connection alive. It no pong is received withing NO_PONG_RECEIVED_TIMEOUT_MS the connection
46
46
* is considered lost
47
47
* - It debounces the close event to avoid closing the connection every time a 'pong' message is received
48
48
* - It closes the connection if any websocket error or close event is received
0 commit comments