tjanczuk / edge

Run .NET and Node.js code in-process on Windows, MacOS, and Linux
http://tjanczuk.github.io/edge
Other
5.42k stars 641 forks source link

ETIMEDOUT exception makes my app crash #690

Open Davevb opened 5 years ago

Davevb commented 5 years ago

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.