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
ping. You have this undocumented, but it is done simply with events._ws.ping(). This makes it easy to detect a broken connection. I have not found another way to detect broken connections. However, maybe there is a better way?
The text was updated successfully, but these errors were encountered:
ping is part of the underlying ws library. It sounds like the use case here is to periodically check the health of the connection without taking an actual action. Seems like a good thing to have.
Originally reported in #101
The text was updated successfully, but these errors were encountered: