websocket13
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -150,3 +150,3 @@ const ByteBuffer = require('bytebuffer'); | ||
this._socket.on('error', (err) => { | ||
if (this.state == WS13.State.Closed) { | ||
if (this.state == WS13.State.Closed || this.state == WS13.State.ClosingError) { | ||
// Ignore errors that come after the socket is closed (e.g. ECONNRESET when we respond to Close frames) | ||
@@ -153,0 +153,0 @@ return; |
{ | ||
"name": "websocket13", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Simple WebSocket protocol 13 client with no native or heavy dependencies", | ||
@@ -5,0 +5,0 @@ "author": "Alex Corn <mckay@doctormckay.com>", |
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
58157