Gottox / socket.io-java-client

Socket.IO Client Implementation in Java
MIT License
950 stars 387 forks source link

Reconnect mechanism #109

Open tolgaytoklar opened 10 years ago

tolgaytoklar commented 10 years ago

You know reconnect method is not working.But I have to reconnect to server if connection lost.What do you suggest for this ? Example:If user switches to 3g from wifi,socket.io is not reconnecting.

sanakanchha commented 9 years ago

Or lets say the server restarts for some reason, the connection of the device is lost and doesn't reconnect itself. Is there a solution to this? Any help, appreciated.