https://issues.apache.org/bugzilla/show_bug.cgi?id=55799

--- Comment #4 from Mark Thomas <[email protected]> ---
I can see one problem immediately. While the code does check for concurrent
messages (which will trigger an IllegalStateException) text messages are
converted to bytes before that check in a single buffer. Therefore, multiple
threads could access that buffer and that will cause corruption. I'll take a
look.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to