Quote:
Originally Posted by Hermiod
Your mfc-node is randomly crashing:
events.js:160
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at exports._errnoException (util.js:1018:11)
at TCP.onread (net.js:568:26)
Is there a windows program I can run to make sure it keeps running? Would some sort of bat file work (start/onExit_Restart)?
|
These errors are thrown by MFCAuto module that handles communication with MFC servers.
You can try to install
https://www.npmjs.com/package/forever
More about that you can found there:
https://github.com/sstativa/mfc-node/issues/34