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?
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?