chrome-devtools-java-client icon indicating copy to clipboard operation
chrome-devtools-java-client copied to clipboard

Make WebSocketServiceImpl implement AutoCloseable

Open sixcorners opened this issue 10 months ago • 0 comments

I think WebSocketServiceImpl should implement AutoCloseable and be made so that close can be called multiple times without throwing an exception. This is useful if you have made one of these but have not yet made the ChromeDevToolsServiceImpl and want to make sure that the WebSocketServiceImpl gets cleaned up.

sixcorners avatar Feb 10 '25 03:02 sixcorners