Hello,
I recently implemented an adapter for a device, but eventually the node stops the error below:
`
events.js:160
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:1020:11)
at TCP.onread (net.js:568:26)
`
Can you help me?