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
In the GraphQL Subscriptions interface a WebSocket is opened for subscription traffic. However, when the WebSocket closes due to an error, it will not be re-opened.
This may lead to lost update messages as there isn't a mechanism that reopens the WebSocket.
Expected behavior
The library continues to try and re-establish the connection to the backend, until there are no more subscribers left.