Fix embarassing compilation error :-/
This commit is contained in:
parent
85a2ba3752
commit
e10e9d38c4
@ -529,7 +529,7 @@ public final class NioEventLoop extends SingleThreadEventLoop {
|
||||
}
|
||||
|
||||
// Call flushNow which will also take care of clear the OP_WRITE once there is nothing left to write
|
||||
ch.unsafe().flushNow();
|
||||
ch.unsafe().flush();
|
||||
}
|
||||
|
||||
private static void unregisterWritableTasks(AbstractNioChannel ch) {
|
||||
|
Loading…
Reference in New Issue
Block a user