Skip to content

Commit

Permalink
Dispose partialMessageEmitter (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Oct 9, 2024
1 parent 8c5b095 commit 0671381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsonrpc/src/common/messageReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export abstract class AbstractMessageReader implements MessageReader {
public dispose(): void {
this.errorEmitter.dispose();
this.closeEmitter.dispose();
this.partialMessageEmitter.dispose();
}

public get onError(): Event<Error> {
Expand Down

0 comments on commit 0671381

Please sign in to comment.