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
After successfully connecting to SocketIO on a working connection, if that connection fails to communicate further with SocketIO, I don't see a way to detect any malfunction.
DisconnectCallback is never called, and SocketIOClient.isConnected() is always true along with SocketIOClient.getWebSocket().isOpen() and SocketIOClient.getWebSocket().getSocket().isOpen().
Am I missing something?
I could occasionally try to ping my server, but that isn't ideal.
The text was updated successfully, but these errors were encountered:
After successfully connecting to SocketIO on a working connection, if that connection fails to communicate further with SocketIO, I don't see a way to detect any malfunction.
DisconnectCallback is never called, and SocketIOClient.isConnected() is always true along with SocketIOClient.getWebSocket().isOpen() and SocketIOClient.getWebSocket().getSocket().isOpen().
Am I missing something?
I could occasionally try to ping my server, but that isn't ideal.
The text was updated successfully, but these errors were encountered: