We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fdf00 commit 85e6457Copy full SHA for 85e6457
src/shared/protocol.ts
@@ -357,8 +357,6 @@ export abstract class Protocol<
357
const abortController = new AbortController();
358
this._requestHandlerAbortControllers.set(request.id, abortController);
359
360
- // Create `fullExtra` object with both abort signal and sessionId from transport
361
- // in addition to any authInfo provided
362
const fullExtra: RequestHandlerExtra<SendRequestT, SendNotificationT> = {
363
signal: abortController.signal,
364
sessionId: this._transport?.sessionId,
0 commit comments