@grpc/grpc-js
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -127,2 +127,6 @@ "use strict"; | ||
}); | ||
session.socket.once('close', () => { | ||
this.trace('connection closed'); | ||
this.handleDisconnect(); | ||
}); | ||
if (logging.isTracerEnabled(TRACER_NAME)) { | ||
@@ -129,0 +133,0 @@ session.on('remoteSettings', (settings) => { |
{ | ||
"name": "@grpc/grpc-js", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "gRPC Library for Node - pure JS implementation", | ||
@@ -5,0 +5,0 @@ "homepage": "https://grpc.io/", |
@@ -230,2 +230,7 @@ /* | ||
session.socket.once('close', () => { | ||
this.trace('connection closed'); | ||
this.handleDisconnect(); | ||
}); | ||
if (logging.isTracerEnabled(TRACER_NAME)) { | ||
@@ -232,0 +237,0 @@ session.on('remoteSettings', (settings: http2.Settings) => { |
Sorry, the diff of this file is not supported yet
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
2008771
456
40621
17