socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Can't reconnect after internet connection restablished in current version

Open hpossn opened this issue 7 years ago • 1 comments

If the program is started when there is no internet available, the EVENT_CONNECT_ERROR is, as expected, emited for that socket, and it tries to reconnect. However, once the internet is restablished, this event keeps on being emitted, and no EVENT_CONNECT happens. I've tried to turn of the reconnection (with the Options object) and setup a new connection, but it doesn't work either. The only way to make it work is if the internet is available once. the program starts. This issue doesn't happen in version 0.8.3, which I had to downgrade to. Also, if the internet crashes, it won't detect.

hpossn avatar Sep 03 '17 19:09 hpossn

Same here. Also had to downgrade to 0.8.3.

Pedroalexandrelopes avatar Nov 28 '17 12:11 Pedroalexandrelopes