I have two different browsers (Chrome and Safari) on the same machine (i.e. same IP), and wonder if it is possible to connect them to the same server both using websocket?
I've tried. Chrome connects fine, but Safari throws an error, complaining:
Error during WebSocket handshake: location mismatch:
wss://www.mysite.com/sockjs/310/s1a5r_6q/websocket != ws://www.mysite.com/sockjs/310/s1a5r_6q/websocket
sockjs-0.3.js:282Closed transport: websocket SimpleEvent(type=close, code=1006, reason=WebSocket connection broken, wasClean=false)
But I am not sure if this is due to some restriction of one websocket connection per IP address?