You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: