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
Do you think it is possible to check if a connection "is active" if you are using type WebSocketLink connections?
Using Subscriptions I would need to know if the connection to the server drops but I don't find any simple way to do it. I've only found this example: Is My Apollo Client Connected to the Server?.
I think it can be an excellent enhancement, anyway, nice idea and nice component!
The text was updated successfully, but these errors were encountered:
Hmm, I'm not sure if this library is in a good position to detect this. As mentioned in the blog article you have to set up event handlers on the SubscriptionClient instance.
Do you think it is possible to check if a connection "is active" if you are using type WebSocketLink connections?
Using Subscriptions I would need to know if the connection to the server drops but I don't find any simple way to do it. I've only found this example: Is My Apollo Client Connected to the Server?.
I think it can be an excellent enhancement, anyway, nice idea and nice component!
The text was updated successfully, but these errors were encountered: