Reputation: 4806
Is there a handler like ExecutionHandler in Netty 4.x?
My server is having a very big latency, and I think ExecutionHandler would help me fix the problem.
Upvotes: 1
Views: 734
Reputation: 23557
Specify a EventExecutor when adding the ChannelHandler to the ChannelPipeline.
Upvotes: 4