jonbo / node-steam-webapi

Steam WebAPI wrapper for node.js
MIT License
48 stars 20 forks source link

Error: connect ETIMEDOUT #13

Open srlowe opened 9 years ago

srlowe commented 9 years ago

We are occasionally seeing connection timeout errors.

Will node-steam-webapi still be in a usable state after this, or do we need to handle it?

 Error: connect ETIMEDOUT xxx_redacted_valve_ip_xxx:443
   File "util.js", line 874, in Object.exports._errnoException
   File "util.js", line 897, in exports._exceptionWithHostPort
   File "[as oncomplete] (net.js", line 1063, in TCPConnectWrap.afterConnect
jonbo commented 9 years ago

Yes, it should be. It will only affect the current request and probably any neighboring requests to Steam API if it's down or timing out. It's up to you if you want to handle the error in the callback.