Comparing version 1.6.9 to 1.6.10
@@ -23,3 +23,4 @@ "use strict"; | ||
console.log("[WSGRPC]WebsocketTransport.send: frame will be droped because ws has closed:", frame); | ||
throw new Error("connection is closed"); | ||
//throw new Error("connection is closed"); | ||
return; | ||
} | ||
@@ -26,0 +27,0 @@ //console.debug("[Protocol] -> ", frame); |
{ | ||
"name": "wsgrpc", | ||
"version": "1.6.9", | ||
"version": "1.6.10", | ||
"description": "Using WebSocket as gRPC transport", | ||
@@ -5,0 +5,0 @@ "author": "tsangpo", |
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
283598
7044