:Correctly handle interestedOps changes

This commit is contained in:
Norman Maurer 2012-03-30 21:15:43 +02:00
parent 4afd038fc0
commit f154c480e0

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