:Correctly handle interestedOps changes

This commit is contained in:
Norman Maurer 2012-03-30 21:15:43 +02:00
parent e3fa9810f8
commit c02d38a728

View File

@ -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) {