engine.io
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -490,2 +490,5 @@ | ||
if (socket.writable && socket.bytesWritten <= 0) { | ||
socket.on('error', e => { | ||
debug('error while destroying upgrade: %s', e.message); | ||
}); | ||
return socket.end(); | ||
@@ -492,0 +495,0 @@ } |
{ | ||
"name": "engine.io", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", | ||
@@ -5,0 +5,0 @@ "main": "lib/engine.io.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
69945
1706