refactoring

pull/5978/head
Nikita Koksharov 7 months ago
parent e6dce7870d
commit 04d7eda278

@ -250,10 +250,6 @@ public class CommandDecoder extends ReplayingDecoder<State> {
}
protected void sendNext(Channel channel) {
if (!(Thread.currentThread() instanceof FastThreadLocalThread)) {
return;
}
Queue<QueueCommandHolder> queue = channel.attr(CommandsQueue.COMMANDS_QUEUE).get();
queue.poll();
state(null);

Loading…
Cancel
Save