Hello Emmanuel,

E> Can you post the chain you are using ?

acceptor.getFilterChain().addLast("firewall", blacklistFilter);
acceptor.getFilterChain().addLast("executor", new ExecutorFilter(executor));
acceptor.getFilterChain().addLast("codec", new ProtocolCodecFilter(new
SomeCodecFactory()));

executor is OrderedThreadPoolExecutor.

-- 
Best regards,
 Serge

Reply via email to