Fwd: File descriptors leak when using websocket client

2019-01-23 Thread vtarasov
Hello! We have file descriptors leak when we use websocket client. Our environment: 1. spring-boot 2.0.6 2. tomcat-embed 8.5.34 3. ubuntu 16.04 How to reproduce: 1. Connect to websocket server with using of WsWebSocketContainer (after this step we will have WsSession and

Re: Tomcat WebSocket client file descriptors leak

2019-01-28 Thread vtarasov
Thank you very much! We will waiting this fix commit. After this i will test it and will write you the results. Tarasov Vladimir, Senior Java Developer, Naumen 28.01.2019 22:20, Mark Thomas пишет: On 24/01/2019 10:57, vtarasov wrote: Hello! We found the leak of Tomcat WebSocket client

Tomcat WebSocket client file descriptors leak

2019-01-24 Thread vtarasov
Hello! We found the leak of Tomcat WebSocket client file descriptors. File descriptors are not closed when the connection between server and client is broken abnormally (from the server side if the server process is killed for example). Test project and how to reproduce you can find in my