netty5/common
Norman Maurer 71430d8bbd Call FastThreadLocal.removeAll() before notify termination future of … (#8666)
Motivation:

We should try removing all FastThreadLocals for the Thread before we notify the termination. future. The user may block on the future and once it unblocks the JVM may terminate and start unloading classes.

Modifications:

Remove all FastThreadLocals for the Thread before notify termination future.

Result:

Fixes https://github.com/netty/netty/issues/6596.
2018-12-21 11:11:05 +01:00
..
src Call FastThreadLocal.removeAll() before notify termination future of … (#8666) 2018-12-21 11:11:05 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00