Details
Description
WebSocket connections can encounter a deadlock when the Jetty side allows for concurrent access to the Transport instance that forwards commands onto the broker core. This seems to happen mostly in cases where a message or other action is incoming at the same time as Jetty is closing the connection due to idle timeout or some other cause.
Attachments
Issue Links
- is related to
-
AMQ-6346 Concurrent access to a MQTT Transport from WebSocket client can deadlock
- Resolved