Skip to content

Allow server-side code to send DISCONNECT messages to the broker [SPR-12288] #16893

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
spring-projects-issues opened this issue Oct 1, 2014 · 2 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Oct 1, 2014

Rob Winch opened SPR-12288 and commented

Spring Session needs the ability to disconnect a client from code on the server side (i.e. from a ChannelInterceptorAdapter) when a session expires. Ideally the solution will not require using STOMP specific APIs.


Affects: 4.1.1

Issue Links:

Referenced from: commits 01aa64c

0 votes, 6 watchers

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Oct 14, 2014

Rob Winch commented

Note that now that #16919 is resolved I am now able to perform disconnects necessary for Spring Session since I have a mapping of the HttpSession id to the WebSocketSession. This means in regards to Spring Session support this is not necessary for us to proceed at this point.

@spring-projects-issues
Copy link
Collaborator Author

Rossen Stoyanchev commented

I was wondering the same. That said I'll leave this open. Currently it works with the broker relay but should also work with the simple broker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants