netty5/transport
Norman Maurer 9b99ac0bcb [#2771] Correctly handle constructing of EmbeddedChannel
Motivation:

Because of an incorrect logic in teh EmbeddedChannel constructor it is not possible to use EmbeddedChannel with a ChannelInitializer as constructor argument. This is because it adds the internal LastInboundHandler to its ChannelPipeline before it register itself to the EventLoop.

Modifications:

First register self to EventLoop before add LastInboundHandler to the ChannelPipeline.

Result:

It's now possible to use EmbeddedChannel with ChannelInitializer.
2014-08-15 12:21:37 +02:00
..
src [#2771] Correctly handle constructing of EmbeddedChannel 2014-08-15 12:21:37 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-08-15 09:31:03 +09:00