Correct handle interestedOps changes in Sctp

This commit is contained in:
Norman Maurer 2012-03-30 21:59:48 +02:00
parent a2701a9ae4
commit c83fb3a3f0

View File

@ -345,6 +345,8 @@ public class SctpWorker extends NioWorker {
selector, channel.getRawInterestOps(), channel);
}
} else {
setInterestOps(channel, succeededFuture(channel), channel.getRawInterestOps());
}
if (future != null) {
((SctpChannelImpl) channel).setConnected();