b7b6156505
Motivation: In netty 5.x we changed to have all pipeline operations be executed on the EventLoop so there is no need to have an atomic operation involved anymore to update the handler state. Modifications: Remove atomic usage to handle the handler state Result: Simpler code and less overhead |
||
---|---|---|
.. | ||
src | ||
pom.xml |