Gottox / socket.io-java-client

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

reconnect not work #82

Open linjson opened 10 years ago

linjson commented 10 years ago

1 when there is no network, open the program, SOCKETIO did not re-connect 2 When there is a network, open the program, the connection is normal, when disconnected from the network.: (Eg wifi), then reconnect the client is not connected server

mike-aungsan commented 10 years ago

I have the same issue.

What I did is create a new socket instance again :)

tolgaytoklar commented 9 years ago

@mike-aungsan Can you give an example about it ? Example: in where method you are creating new socket instance ? etc.

garydossantos87 commented 9 years ago

hey i have the same issue

garydossantos87 commented 9 years ago

and i try to create a new instance and doesnt work

tolgaytoklar commented 9 years ago

I am creating a new instance and it's working.

2014-11-03 22:59 GMT+02:00 garydossantos87 notifications@github.com:

hey i have the same issue

— Reply to this email directly or view it on GitHub https://github.com/Gottox/socket.io-java-client/issues/82#issuecomment-61547452 .

sanakanchha commented 9 years ago

@tolgay007 Can you shed some light on how you fixed this issue? Thanks