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
On every heartbeat check (every 5s) also check if the connection is still fine.
Unfortunately the underlying WebSocket implementation does not detect all
link failures, and we can still end up with invalid connections.
See #15
The WebSocket connection to receive notifications does not always detect disconnects from the server.
To reproduce:
Expectation:
onClosed
What actually happens:
For a production environment sleep mode is a very unlikely scenario, but I am not sure how this behavior also applies to other connection errors.
The text was updated successfully, but these errors were encountered: