https://bz.apache.org/bugzilla/show_bug.cgi?id=57920
--- Comment #3 from tailor <776041...@qq.com> ---
(In reply to Remy Maucherat from comment #2)
> Yes, this thread looks fine.
> 
> However, I still don't understand why read events lock
> (WsFrameServer.onDataAvailable) and write events don't. It should be fine to
> remove the WsFrameServer.onDataAvailable lock on connectionReadLock (it is
> only called by the read event from the upgrade handler, so no possible
> concurrency).
> 
> Note: I have no idea if it would change anything to this deadlock.

Sorry, actually it is my code bug. I invoke the method
WsSession.getBasicRemote().sendText and override the onClose which results in
the dead lock

-- 
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