netty5/transport/src/main/java/io/netty
Norman Maurer b90685d3c9 Not share FixedRecvByteBufAllocator.HandleImpl
Motivation:

As MaxMessageHandle is stateful we can not share the same HandleImpl instance as otherwise we will see race conditions.

Modifications:

Create a new HandleImpl instance on each newHandle() call.

Result:

No more races.
2015-10-22 09:47:23 +02:00
..
bootstrap ServerBootstrap.handler(...) will add handler before Channel is registered. 2015-07-07 08:44:13 +02:00
channel Not share FixedRecvByteBufAllocator.HandleImpl 2015-10-22 09:47:23 +02:00