Skip to content
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 ECONNRESET #14

Open
JBX028 opened this issue Sep 14, 2013 · 0 comments
Open

Error ECONNRESET #14

JBX028 opened this issue Sep 14, 2013 · 0 comments

Comments

@JBX028
Copy link

JBX028 commented Sep 14, 2013

Hi,

Hard to tell how often I got this error but perhaps every 2 days, the listener stops because of that issue:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: read ECONNRESET
    at errnoException (net.js:901:11)
    at TCP.onread (net.js:556:19)

From what I have understood here (http://stackoverflow.com/questions/17245881/node-js-econnreset) the only way to fix this error is handle the error by adding something like:

process.on('uncaughtException', function (err) {

This is something to add into siri.js for clientStream or serverStream ?

Thanks

PS: (I did not copied/pasted my config based on what is explained in the README because everything works fine except this error but not really siriproxy related)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant