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
Yea, providing a socket option does nothing and it's really desired at this time with how the module works. Instead a config option will be added to enable / control the TCP keep alive on the socket that is created, similar to the referenced PR.
I have an ECONNRESET problem every X minutes, by default node does not activate KeepAlive on the socket (https://nodejs.org/api/net.html#net_socket_setkeepalive_enable_initialdelay)
It is possible to pass an optional socket but a solution as proposed in #2110 seems more suitable.
I saw #566, #878 and #1939
What do you think is the approach to take?
The text was updated successfully, but these errors were encountered: