@matrixai/rpc
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -117,2 +117,7 @@ "use strict"; | ||
await writer.close(); | ||
// Release lock of previous reader to ready for flush | ||
reader.releaseLock(); | ||
for await (const _ of callerInterface.readable) { | ||
// Noop so that stream can close after flushing | ||
} | ||
return output.value; | ||
@@ -119,0 +124,0 @@ } |
@@ -292,2 +292,5 @@ "use strict"; | ||
} | ||
for await (const _ of input) { | ||
// Noop so that stream can close after flushing | ||
} | ||
}; | ||
@@ -294,0 +297,0 @@ this.registerDuplexStreamHandler(method, wrapperDuplex, timeout); |
{ | ||
"name": "@matrixai/rpc", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author": "Matrix AI", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
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
307038
2894