Skip to content

Commit 85e6457

Browse files
committed
Update protocol.ts
1 parent b0fdf00 commit 85e6457

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shared/protocol.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@ export abstract class Protocol<
357357
const abortController = new AbortController();
358358
this._requestHandlerAbortControllers.set(request.id, abortController);
359359

360-
// Create `fullExtra` object with both abort signal and sessionId from transport
361-
// in addition to any authInfo provided
362360
const fullExtra: RequestHandlerExtra<SendRequestT, SendNotificationT> = {
363361
signal: abortController.signal,
364362
sessionId: this._transport?.sessionId,

0 commit comments

Comments
 (0)