diff --git a/client.js b/client.js index 9f0fb4d..010f8c7 100644 --- a/client.js +++ b/client.js @@ -272,7 +272,9 @@ Client.prototype.destroy = function (cb) { }) parallel(tasks, cb) + self._trackers = [] + self._getAnnounceOpts = null } Client.prototype._defaultAnnounceOpts = function (opts) {