Skip to content

Disconnect WebSocket connection on Session expiration as an event #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rwinch opened this issue Oct 3, 2014 · 1 comment
Closed
Labels
Milestone

Comments

@rwinch
Copy link
Member

rwinch commented Oct 3, 2014

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

@rwinch
Copy link
Member Author

rwinch commented Nov 17, 2014

Fixed as part of #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant