Comparing version 1.0.20 to 1.0.21
@@ -348,2 +348,5 @@ /* | ||
this.socket.removeAllListeners('end'); | ||
if (typeof this.socket.destroy === 'function') { | ||
this.socket.destroy(); | ||
} | ||
this._disconnected(); | ||
@@ -350,0 +353,0 @@ } |
{ | ||
"name": "rhea", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "reactive AMQP 1.0 library", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/amqp/rhea", |
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
891450
14141