timers: internal unref'd timer for api timeouts
When an internal api needs a timeout, they should use timers._unrefActive since that won't hold the loop open. This solves the problem where you might have unref'd the socket handle but the timeout for the socket was still active.
parent
2cad7a69
Please register or sign in to comment