Skip to content

Commit 6cc6fde

Browse files
committed
fix: properly closing dangling streams
1 parent 22c79e1 commit 6cc6fde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/RPCServer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,6 @@ class RPCServer {
512512
const cleanUp = async (reason: any) => {
513513
// Release resources
514514
await transformStream.readable.cancel(reason);
515-
await transformStream.writable.abort(reason);
516-
await passthroughTransform.readable.cancel(reason);
517515
await rpcStream.writable.abort(reason);
518516
await inputStreamEndProm;
519517
// Stop the timer

0 commit comments

Comments
 (0)