I get the following log lines with each connection:
info: handshake authorized bQumvCf9KtcMVUoXcXG5
warn: websocket connection invalid
info: transport end (undefined)
And the Apache2 error log shows this at the same time:
[Sun Apr 06 15:09:16 2014] [error] [client 24.84.162.51] (20014)Internal error: proxy: error reading status line from remote server localhost:7000
[Sun Apr 06 15:09:16 2014] [error] [client 24.84.162.51] proxy: Error reading from remote server returned by /socket.io/1/websocket/bQumvCf9KtcMVUoXcXG5
Is there something I can do in Sails to adjust the socket.io behaviour? I mean, pages are loading, and things appear to be connecting up, but something is clearly unhappy, and I'm always nervous when my log files aren't silent. Aren't you?