diff --git a/index.js b/index.js index 5bf63a6..ca8a0e2 100644 --- a/index.js +++ b/index.js @@ -173,6 +173,7 @@ Tracker.prototype._requestUdp = function (requestUrl, opts) { var timeout = setTimeout(function () { error('tracker request timed out') }, 15000) + socket.unref() if (timeout.unref) { timeout.unref()