JoshGlazebrook / socks

Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
https://www.npmjs.com/package/socks
MIT License
304 stars 35 forks source link

Call unref on timeout #30

Closed DeltaEvo closed 6 years ago

DeltaEvo commented 6 years ago

Calling unref on timeout will not require the node.js event loop to remain active and permit to the process to exit

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-16.1%) to 20.909% when pulling 24adb8cef32edbad209efe80eacfe7e58736318d on DeltaEvo:patch-1 into 373a56884e84912c508c1b5335ed5f01da939d2a on JoshGlazebrook:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-16.1%) to 20.909% when pulling 24adb8cef32edbad209efe80eacfe7e58736318d on DeltaEvo:patch-1 into 373a56884e84912c508c1b5335ed5f01da939d2a on JoshGlazebrook:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-16.1%) to 20.909% when pulling 24adb8cef32edbad209efe80eacfe7e58736318d on DeltaEvo:patch-1 into 373a56884e84912c508c1b5335ed5f01da939d2a on JoshGlazebrook:master.

DeltaEvo commented 6 years ago

Thanks :heart: