-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Crash: Unhandled exception in events.js #127
Comments
Related to: nodejs/node/issues/3595 ? |
|
Thanks for bringing this up! Don't want to have the server crash like that. We need to listen to errors on the tcp connections. Plain Express deals with this, but apparently httpolygot doesn't. |
Thanks for the fix! |
Fix works for me:
|
I ran into another variant here: events.js:182
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at _errnoException (util.js:1026:11)
at Pipe.onread (net.js:606:25) This is on |
You get this when doing a port scan? |
server crashes during portscan (
nmap hostname.domain
):./settings/freeboard-serial.json:
The text was updated successfully, but these errors were encountered: