Open Stupidism opened 8 years ago
WebSocket connection to 'ws://localhost:3000/socket.io-client/?EIO=3&transport=websocket&sid=mx6Z-j4OIYkcN_c2AAAD' failed: Connection closed before receiving a handshake response
I met this error before in production. That's because nginx only support http but not tcp. May be helpful experience.
I got it running with the latest BS version. Should be closed with #44.