Is it possible to synchronize all the events happening for a group of channels in netty.I have tried to achieve this using OrderedMemoryAwareThreadPoolExecutor
, but not all events are synchronized
. Could you please suggest any methods to synchronize
all events for a group of channels.
Thank you