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

Websocket container does not provide a way to be shut down #230

Closed
glassfishrobot opened this issue Sep 16, 2014 · 5 comments
Closed

Websocket container does not provide a way to be shut down #230

glassfishrobot opened this issue Sep 16, 2014 · 5 comments
Labels
duplicate This issue or pull request already exists

Comments

@glassfishrobot
Copy link

ContainerProvider.getWebSocketContainer() creates a new instance of WebsocketContainer (the API javadoc specifically says, it has to be a new instance), but WebsocketContainer does not provide any "shut down" method. This causes problems if the instance manages some resources such as executor services, because there is no way how a user can shut down the container and make it release the managed resources.

Affected Versions

[1.1]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by petrjanouch

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA WEBSOCKET_SPEC-230

@glassfishrobot
Copy link
Author

@joakime
Copy link
Contributor

joakime commented Apr 23, 2018

This seems to be a duplicate of #212

@markt-asf markt-asf added duplicate This issue or pull request already exists and removed Priority: Major Type: Bug labels May 6, 2020
@markt-asf
Copy link
Contributor

Agreed. Closing as a duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants