ff9df03d21
Motivation: In PR https://github.com/netty/netty/pull/9695 IdleStateEvents were made to cache their string representation. The reason for this was to avoid creating garbage as these values would be used frequently. However, these objects may be used on multiple event loops and this may cause an unexpected race to occur. Modification: Only make the events that Netty creates cache their toString representation. Result: No races. |
||
---|---|---|
.. | ||
src | ||
pom.xml |