Give WebSocketContainer on the client side a lifecycle #212
Labels
API (Both)
Impacts the client and server API
enhancement
Adding a new feature or improving an existing one
Milestone
Currently there is no way for the implementation to know when the developer has finished using each instance of the WebSocketContainer. If the developer uses ContainerProvider.getWebSocketContainer() to obtain many instances, this is difficult to manage for the implementation.
Consider adding a lifecycle so the implementation can clean up.
The text was updated successfully, but these errors were encountered: