-
Notifications
You must be signed in to change notification settings - Fork 162
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
Error: read ECONNRESET #12
Comments
Hello, I have the same problem, did you solve it ??? |
Hello, Yes, i just add the follow lines in my server.js:
in my case i just ignore this.
my server.js
|
Do you have some code example so I can test the problem? |
What is the best way to resolve this than just ignoring? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: