-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Description
I keep getting this error whenever i use binaryjs together with sockets.io in nodejs using the express server
events.js:174
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
Emitted 'error' event at:
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)
`
My connection to binaryjs is
const bs = new BinaryServer({ server: server, path: '/binary' });
Metadata
Metadata
Assignees
Labels
No labels