edge icon indicating copy to clipboard operation
edge copied to clipboard

ETIMEDOUT exception makes my app crash

Open Davevb opened this issue 5 years ago • 0 comments

When my Node script returns an fatal error like this:

**events.js:182 throw er; // Unhandled 'error' event ^

Error: connect ETIMEDOUT 172.16.12.5:3000 at Object.exports._errnoException (util.js:1024:11) at exports._exceptionWithHostPort (util.js:1047:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1150:14)**

I can't catch it in my C# code and my program crashes.

Davevb avatar Aug 30 '19 07:08 Davevb