Closed
Description
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)