@matrixai/rpc
Advanced tools
Comparing version 0.2.2 to 0.2.3-alpha.0
@@ -116,3 +116,2 @@ "use strict"; | ||
} | ||
await reader.cancel(); | ||
await writer.close(); | ||
@@ -123,3 +122,2 @@ return output.value; | ||
// Attempt clean up, ignore errors if already cleaned up | ||
await reader.cancel().catch(() => { }); | ||
await writer.close().catch(() => { }); | ||
@@ -126,0 +124,0 @@ } |
{ | ||
"name": "@matrixai/rpc", | ||
"version": "0.2.2", | ||
"version": "0.2.3-alpha.0", | ||
"author": "Matrix AI", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
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
306501
2886