https://bz.apache.org/bugzilla/show_bug.cgi?id=66574

--- Comment #5 from Remy Maucherat <r...@apache.org> ---
Well, it seems like it is triggered by your code.
"thread" #824 decides to wait in your code, blocking inside the main Servlet
request processing (so it is still holding the socket wrapper lock).
"thread" #1 is simply doing Tomcat shutdown, closing the websocket sessions in
the process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to