18c66a9d70
Motivation: We need to ensure that we call queue.remove() before we cal writeAndFlush() as this operation may cause an event that also touches the queue and remove from it. If we miss to do so we may see NoSuchElementExceptions. Modifications: - Call queue.remove() before calling writeAndFlush(...) - Add unit test Result: Fixes https://github.com/netty/netty/issues/11046 |
||
---|---|---|
.. | ||
src | ||
pom.xml |