grpc-promise
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -35,2 +35,6 @@ | ||
if (this.stream.received_status) { | ||
return reject('stream_closed'); | ||
} | ||
const cb = function (error, response) { | ||
@@ -37,0 +41,0 @@ if (error) { |
{ | ||
"name": "grpc-promise", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "GRPC promisify module for all Request/Response types: standard and stream", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.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
12055
278