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
The first round of WebSocket support will check on each message to determine if the Session is still alive. This won't scale (particularly on outbound requests) well. Instead, we should detecting an Event of when the Session expires (#45) and then disconnect the WebSocket connection (depends on SPR-12288)
The first round of WebSocket support will check on each message to determine if the Session is still alive. This won't scale (particularly on outbound requests) well. Instead, we should detecting an Event of when the Session expires (#45) and then disconnect the WebSocket connection (depends on SPR-12288)
Depends On #45 SPR-12288 SPR-12314
The text was updated successfully, but these errors were encountered: