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 session_manager_ref bug and add manager unit tests
Fix a bug where `session_manager_ref or []` would create a new empty list
when an empty list was passed (since empty list is falsy), breaking the
session manager reference chain. This prevented close_sse_stream from
being called during SSE polling tests.
Also add unit tests for StreamableHTTPSessionManager.close_sse_stream to
ensure proper coverage of lines 297-301 in streamable_http_manager.py.
0 commit comments