Gottox / socket.io-java-client

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

Is it work with cluster and RedisStore? #87

Open liuzdcq opened 10 years ago

liuzdcq commented 10 years ago

socket.io takes redis as middle man to handle cluster situation, and now it works fine with browser, but not the java-client. I'll get 'client not handshaken client should reconnect' error when server restart. Now, I'm wonder that is it because the java-client has no session data, and can java-client chat with all the other browser client even if they connected to different node instance?

liuzdcq commented 10 years ago
  1. I've tested it works fine in cluster mode.
  2. reconnect issue, disconnect and building a new socket connection will solve this problem.