Re: Empty WriteRequest in overriden MessageSent method

2010-01-27 Thread Frederic Soulier
2010/1/27 Emmanuel LŽcharny > Frederic Soulier a écrit : > > Fred, Can you provide me a test to reproduce this. I guess I am lost >>> here. I am not sure if your message is complete or not, meaning have >>> all the necessary bytes sent to client or not? >>> >>> -- >>> thanks >>> ashish >>> >>> >

Re: Empty WriteRequest in overriden MessageSent method

2010-01-27 Thread Emmanuel LŽcharny
Frederic Soulier a écrit : Fred, Can you provide me a test to reproduce this. I guess I am lost here. I am not sure if your message is complete or not, meaning have all the necessary bytes sent to client or not? -- thanks ashish Hi The messages sent to the clients are fine. Basically if

Re: Empty WriteRequest in overriden MessageSent method

2010-01-27 Thread Frederic Soulier
> > > Fred, Can you provide me a test to reproduce this. I guess I am lost > here. I am not sure if your message is complete or not, meaning have > all the necessary bytes sent to client or not? > > -- > thanks > ashish > > Hi The messages sent to the clients are fine. Basically if it wasn't the c

Re: Empty WriteRequest in overriden MessageSent method

2010-01-26 Thread Ashish
On Tue, Jan 26, 2010 at 7:20 PM, Frederic Soulier wrote: > 2010/1/26 Ashish > >> On Tue, Jan 26, 2010 at 4:41 PM, Frederic Soulier >> wrote: >> > Hi >> > >> > Using 2.0 RC1 I've got the following filter chain configured for a >> > NioSocketAcceptor: >> > >> > acceptor.getFilterChain().addLast("b

Re: Empty WriteRequest in overriden MessageSent method

2010-01-26 Thread Frederic Soulier
2010/1/26 Ashish > On Tue, Jan 26, 2010 at 4:41 PM, Frederic Soulier > wrote: > > Hi > > > > Using 2.0 RC1 I've got the following filter chain configured for a > > NioSocketAcceptor: > > > > acceptor.getFilterChain().addLast("blacklist", new BlacklistFilter()); > > acceptor.getFilterChain().addL

Re: Empty WriteRequest in overriden MessageSent method

2010-01-26 Thread Ashish
On Tue, Jan 26, 2010 at 4:41 PM, Frederic Soulier wrote: > Hi > > Using 2.0 RC1 I've got the following filter chain configured for a > NioSocketAcceptor: > > acceptor.getFilterChain().addLast("blacklist", new BlacklistFilter()); > acceptor.getFilterChain().addLast("connection", new ConnectionFilte

Empty WriteRequest in overriden MessageSent method

2010-01-26 Thread Frederic Soulier
Hi Using 2.0 RC1 I've got the following filter chain configured for a NioSocketAcceptor: acceptor.getFilterChain().addLast("blacklist", new BlacklistFilter()); acceptor.getFilterChain().addLast("connection", new ConnectionFilter()); acceptor.getFilterChain().addLast("proto", new ProtocolCodecFilt