-
Notifications
You must be signed in to change notification settings - Fork 77
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
ECONNRESET #47
Comments
It is connected with If error is
And it is not the same as In my opinion connection after this error should be closed and reestablished. |
I haven't been using this for months now. I disabled any email features in my app. I'll look into it again. |
Still doesn't seem to be solved. I can't even get new mail event to fire after the first ones. |
I think I fixed the I'm doing this:
Is this right? |
I think it can be fixed by handling it manually by the end user of the package. For example instead:
User of this package should type
Most confusing for me was if |
I experiencing |
Was this ever resolved? I'm still having this issue. |
Last merged pull request from Can you @LoadingCyclone describe steps to reproduce? |
@gustawdaniel I'm sorry I can't my program runs for a while and it works fine for a while but I don't know what actually triggers the error. All I know is after around 2 to 3 days I get an ECONNRESET crash log. Next time it happens I'll try to track it further. I tried adding the error handler as described above
and still had the crash this morning. That gave me a separate one however saying that error is undefined. So I threw in this to try to resolve that issue. If that resolves it I'll let you know.
|
I was fighting with this bug a some days and finally switched to external service that listen on emails. For example:
I selected integromat. Then in my system created api endpoint and communicated it with mentioned service finally removing this package from my code. |
@gustawdaniel Is integromat quick with sending the event once it receives an email? My application needs the event to be fired ASAP. |
Using this package I had emails in saved in database in 4 seconds from sending by sender. In integromat there is 15 or 5 min - it depends from pricing plan. |
{ Error: read ECONNRESET at _errnoException (util.js:1019:11) at TCP.onread (net.js:608:25) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read', source: 'socket' }
I see those constantly. What's causing it?
The text was updated successfully, but these errors were encountered: