amqp10-transport-ws
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -55,4 +55,7 @@ 'use strict'; | ||
throw new Error('Socket not connected'); | ||
this._socket.close(); | ||
if (this._socket.readyState !== this._socket.CLOSED) { | ||
this._socket.removeAllListeners(); | ||
this._socket.close(); | ||
} | ||
}; | ||
@@ -59,0 +62,0 @@ |
{ | ||
"name": "amqp10-transport-ws", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Provides a Websocket implementation for the transport layer for node-amqp10.", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
6961
52