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
Add regression test for SSE session cleanup on disconnect
Add test_sse_session_cleanup_on_disconnect that verifies:
- After a client disconnects, the stale session is removed from
_read_stream_writers
- POST requests to the disconnected session return 404 (not 202)
This provides evidence that the fix for #423 works correctly.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments