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 95f8986 commit 4e0c283Copy full SHA for 4e0c283
src/server/streamableHttp.ts
@@ -379,7 +379,7 @@ export class StreamableHTTPServerTransport implements Transport {
379
// after sending all related responses
380
shouldCloseConnection = true;
381
}
382
- if (!requestId) {
+ if (requestId === undefined) {
383
throw new Error("No request ID provided for the message");
384
385
0 commit comments