Hello,
When Tomcat receives WebSocket text message with invalid UTF-8, it closes
this connection with NOT_CONSISTENT reason. But after that some objects
(WsSession, UpgradeHandler, etc) stay in heap forever. They are referenced
from AbstractProtocol's connections map.
This leak consistently happe
On July 19, 2019 6:26 PM Michael Lemke wrote:
>On July 19, 2019 5:51 PM André Warnier wrote:
>>For some maybe useful background information, it may be useful to read this :
>>https://cwiki.apache.org/confluence/display/TOMCAT/Windows#Windows-Q11
>
>Thanks. Actually, I knew this as I am using procru