You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several weeks ago my iisnode app started crashing and throwing the following errors:
Error: read ECONNRESET at _errnoException (util.js:992:11) at TCP.onread (net.js:618:25)
This is an ongoing work in progress, several node modules have been added in those weeks.
The interesting thing is, net.js or sockets are never used in my project, yet the app is telling me that it's encountered an error in net.js on line 618. Has anybody faced similar issues? How can I counter or catch this?
More info: this happens on a daily basis. No fixed timeframe. The thing my application does prior to crashing is running a schedule task every minute and fetching something from MongoDB (Mongoose)
Is it possible that library is causing this behavior?
The text was updated successfully, but these errors were encountered:
Hello,
Several weeks ago my iisnode app started crashing and throwing the following errors:
Error: read ECONNRESET at _errnoException (util.js:992:11) at TCP.onread (net.js:618:25)
This is an ongoing work in progress, several node modules have been added in those weeks.
The interesting thing is, net.js or sockets are never used in my project, yet the app is telling me that it's encountered an error in net.js on line 618. Has anybody faced similar issues? How can I counter or catch this?
More info: this happens on a daily basis. No fixed timeframe. The thing my application does prior to crashing is running a schedule task every minute and fetching something from MongoDB (Mongoose)
Is it possible that library is causing this behavior?
The text was updated successfully, but these errors were encountered: