Re: ChannelInitializer.initChannel called multiple times

2016-09-20 Thread john meyer
Thanks norman Here is my pipeline @Override public void initChannel(SocketChannel ch) throws Exception { logger.info("=initChannel"+this); ChannelPipeline pipeline = ch.pipeline(); pipeline.addLast("codec-http", new HttpServerCodec());

Re: ChannelInitializer.initChannel called multiple times

2016-09-20 Thread john meyer
@Norman Here is the log. when i am making a socket connection, it is trying to create channel from two different port. Firefox: 48.0.2 [id: 0xa64b3a8b, L:/162.222.190.204:5080 - R:/119.30.38.248:41086] [id: 0xaf7922c3, L:/162.222.190.204:5080 - R:/119.30.38.248:41087] On Tuesday,