-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
If a read from the underlying socket receives both the tail end of a message in the middle of process and the start of a new message the second message is processed before the first one, as the first message has a listener invocation queued in the IO thread, while the second message is processed directly
- is duplicated by
-
UNDERTOW-425 Out of order WebSocket message delivery
- Closed