You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: gracefully terminate active sessions on shutdown
During StreamableHTTPSessionManager shutdown, iterate through all active
transports and call terminate() before cancelling the task group. This
allows SSE connections to receive a proper HTTP response instead of being
abruptly dropped, which caused Uvicorn to log 'ASGI callable returned
without completing response'.
Fixes#2150
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments