Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SocketIO disconnection cannot be detected when device is connected to a non-functional network #81

Open
jondwillis opened this issue Nov 12, 2013 · 0 comments

Comments

@jondwillis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant