evs-broadcast / node-emberplus

Lawo EmberPlus protocol client and server
MIT License
23 stars 7 forks source link

Server crash on client connection reset #23

Closed manuc66 closed 6 years ago

manuc66 commented 6 years ago

If a client send a connection reset the server is crashing:

events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at _errnoException (util.js:992:11)
    at TCP.onread (net.js:618:25)