elephant.io
elephant.io copied to clipboard
skip handshake if using websocket as transport.
websocket transport is use full if socket server multi node and not stick.
i get problem if my socket server using multi node and using polling transport, which need server to make session id. but session id only recognized by the node that created it. so then i try using websocket transport.
as far as i know if we use websocket , we not using handshake . In current code, it force to make handshake and make session from server
Any status update here ? I'm okay for allowing to "skip" the handshake if needed (didn't verify, I trust you guys :P).