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 d69d94e commit d14a2d7Copy full SHA for d14a2d7
src/mcp/shared/session.py
@@ -324,9 +324,9 @@ async def _receive_loop(self) -> None:
324
await self._in_flight[cancelled_id].cancel()
325
else:
326
await self._received_notification(notification)
327
- await self._incoming_message_stream_writer.send(
328
- notification
329
- )
+# await self._incoming_message_stream_writer.send(
+# notification
+# )
330
except Exception as e:
331
# For other validation errors, log and continue
332
logging.warning(
0 commit comments