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
Hi! First of all I would like to thank you for this pretty good and simple LIB.
I'm getting sometimes ECONNRESET exception due my poor network. And even if the requested code is wrapped by a try-catch block, it seems to crash my node app. I guess some actions are happening in a different thread inside the, for example, retrieve method. Would it be possible?
The text was updated successfully, but these errors were encountered:
Are you still having the issue? I know the cause and workaround, but thinking of making a PR for a better fix.
It comes from emit('error') and you are not catching the error
to fix it, you need to add on error handler in your client
Hi! First of all I would like to thank you for this pretty good and simple LIB.
I'm getting sometimes ECONNRESET exception due my poor network. And even if the requested code is wrapped by a try-catch block, it seems to crash my node app. I guess some actions are happening in a different thread inside the, for example, retrieve method. Would it be possible?
The text was updated successfully, but these errors were encountered: