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
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.
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?