elephant.io icon indicating copy to clipboard operation
elephant.io copied to clipboard

skip handshake if using websocket as transport.

Open adamzul opened this issue 5 years ago • 2 comments

websocket transport is use full if socket server multi node and not stick.

adamzul avatar Feb 08 '20 08:02 adamzul

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

adamzul avatar Feb 09 '20 12:02 adamzul

Any status update here ? I'm okay for allowing to "skip" the handshake if needed (didn't verify, I trust you guys :P).

Taluu avatar Sep 21 '20 14:09 Taluu