5d41611b79
Motivation: In WriteTimeoutHandler we did make the assumption that the executor which is used to schedule the timeout is the same that is backing the write promise. This may not be true which will cause concurrency issues Modifications: Ensure we are on the right thread when try to modify the doubly-linked-list and if not schedule it on the right thread. Result: Fixes https://github.com/netty/netty/issues/11053 |
||
---|---|---|
.. | ||
src | ||
pom.xml |