Skip to content
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

Jetty-10 WebSocketSession stopped twice by SessionTracker #4315

Closed
lachlan-roberts opened this issue Nov 15, 2019 · 0 comments
Closed

Jetty-10 WebSocketSession stopped twice by SessionTracker #4315

lachlan-roberts opened this issue Nov 15, 2019 · 0 comments
Assignees

Comments

@lachlan-roberts
Copy link
Contributor

SessionTracker.doStop() stops all the active Sessions, this initiates a SHUTDOWN close on the session which will call SessionTracker.onWebSocketSessionClosed() when it is done and this will also try to stop the Session.

@lachlan-roberts lachlan-roberts self-assigned this Nov 15, 2019
lachlan-roberts added a commit that referenced this issue Nov 18, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts added a commit that referenced this issue Nov 27, 2019
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts added a commit that referenced this issue Nov 27, 2019
…sionsOnce

Issue #4315 - stop WebSocketSessions only after onClose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant