We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29367a commit abbb076Copy full SHA for abbb076
lib/client/tracker.js
@@ -25,5 +25,6 @@ Tracker.prototype.setInterval = function (intervalMs) {
25
if (intervalMs) {
26
var update = self.announce.bind(self, self.client._defaultAnnounceOpts())
27
self.interval = setInterval(update, intervalMs)
28
+ if (self.interval.unref) self.interval.unref()
29
}
30
0 commit comments