:Correctly handle interestedOps changes
This commit is contained in:
parent
e3fa9810f8
commit
c02d38a728
@ -131,6 +131,8 @@ public class NioWorker extends AbstractNioWorker {
|
||||
selector, channel.getRawInterestOps(), channel);
|
||||
}
|
||||
|
||||
} else {
|
||||
setInterestOps(channel, succeededFuture(channel), channel.getRawInterestOps());
|
||||
}
|
||||
if (future != null) {
|
||||
if (channel instanceof NioSocketChannel) {
|
||||
|
Loading…
Reference in New Issue
Block a user