HBM/node-jet

exception on EPIPE

mloy opened this issue · 0 comments

mloy commented

I experienced the following exception:

events.js:72
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at errnoException (net.js:901:11)
at Object.afterWrite (net.js:718:19)

IN my opinion node-jet should close the connection to the "offending" peer and proceed.