I'm running express (via nginx proxy) with socket.io and after few moments (app for some time works fine) console throw this:
events.js:71
throw arguments[1]; // Unhandled 'error' event
^
Error: socket hang up
at createHangUpError (http.js:1360:15)
at ServerResponse.OutgoingMessage._writeRaw (http.js:507:26)
at ServerResponse.OutgoingMessage._send (http.js:476:15)
at ServerResponse.OutgoingMessage.write (http.js:749:16)
at XHRPolling.doWrite (/home/xyz/chat/node_modules/socket.io/lib/transports/xhr-polling.js:67:17)
at XHRPolling.HTTPPolling.write (/home/xyz/chat/node_modules/socket.io/lib/transports/http-polling.js:132:8)
at XHRPolling.Transport.onDispatch (/home/xyz/chat/node_modules/socket.io/lib/transport.js:222:10)
at Socket.dispatch (/home/xyz/chat/node_modules/socket.io/lib/socket.js:230:38)
at Socket.packet (/home/xyz/chat/node_modules/socket.io/lib/socket.js:214:10)
at Socket.emit (/home/xyz/chat/node_modules/socket.io/lib/socket.js:368:15)
Any ideas?
If you are using node.js version 0.8.20, then this bug was observed by many including myself.
https://github.com/LearnBoost/socket.io/issues/1160
Upgrading node.js to version 0.8.21 solves this problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With