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

Re: Tomcat WebSocket client file descriptors leak

2019-01-28 Thread Mark Thomas
On 24/01/2019 10:57, vtarasov wrote: > 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

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