bittorrent-relay
Advanced tools
Comparing version 13.0.7 to 13.0.8
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "13.0.7", | ||
"version": "13.0.8", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
@@ -570,3 +570,3 @@ import Debug from 'debug' | ||
this.http.onClose = () => { | ||
this.http.handleListeners() | ||
// this.http.handleListeners() | ||
@@ -607,8 +607,8 @@ clearInterval(this.intervalRelay) | ||
} | ||
this.http.handleListeners = () => { | ||
this.http.off('error', this.http.onError) | ||
this.http.off('listening', this.http.onListening) | ||
this.http.off('request', this.http.onRequest) | ||
this.http.off('close', this.http.onClose) | ||
} | ||
// this.http.handleListeners = () => { | ||
// this.http.off('error', this.http.onError) | ||
// this.http.off('listening', this.http.onListening) | ||
// this.http.off('request', this.http.onRequest) | ||
// this.http.off('close', this.http.onClose) | ||
// } | ||
@@ -615,0 +615,0 @@ // Add default http request handler on next tick to give user the chance to add |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103509