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
StreamableHTTPHandler holds a map of StreamableServerTransports. Currently, an entry from that map is freed only when the client sends a DELETE. We should also free it when the client stops responding to keepalive pings. If clients don't send DELETEs, the server memory will grow without bound.