Gottox / socket.io-java-client

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

client connection why not automatically shut down ? #69

Open scriptExplorer opened 11 years ago

scriptExplorer commented 11 years ago

when the server shut down, why the socket.io-java-client connection does not automatically shut down ?

i use the netty-socketio-netty-4.x.x server.