Comparing version 6.8.1 to 6.8.2
@@ -112,3 +112,3 @@ const { EventEmitter } = require('events') | ||
if (this.suspended || this.destroyed) return | ||
this.suspended = false | ||
this.suspended = true | ||
this.io.suspend() | ||
@@ -115,0 +115,0 @@ this.emit('suspend') |
{ | ||
"name": "dht-rpc", | ||
"version": "6.8.1", | ||
"version": "6.8.2", | ||
"description": "Make RPC calls over a Kademlia based DHT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
61399