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
Once a client connects and initializes a new session that session will stick around forever. We should cleanup the session once the SSE connection is closed. (note that any broadcast notifications won't result in a exception, just a warn in the logs)
Once a client connects and initializes a new session that session will stick around forever. We should cleanup the session once the SSE connection is closed. (note that any broadcast notifications won't result in a exception, just a
warnin the logs)