-
Notifications
You must be signed in to change notification settings - Fork 43
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
Labels
duplicate
This issue or pull request already exists
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
|
This seems to be a duplicate of #212 |
markt-asf
added
duplicate
This issue or pull request already exists
and removed
Priority: Major
Type: Bug
labels
May 6, 2020
Agreed. Closing as a duplicate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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]
The text was updated successfully, but these errors were encountered: