Correct handle interestedOps changes in Sctp
This commit is contained in:
parent
a2701a9ae4
commit
c83fb3a3f0
@ -345,6 +345,8 @@ public class SctpWorker extends NioWorker {
|
|||||||
selector, channel.getRawInterestOps(), channel);
|
selector, channel.getRawInterestOps(), channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} else {
|
||||||
|
setInterestOps(channel, succeededFuture(channel), channel.getRawInterestOps());
|
||||||
}
|
}
|
||||||
if (future != null) {
|
if (future != null) {
|
||||||
((SctpChannelImpl) channel).setConnected();
|
((SctpChannelImpl) channel).setConnected();
|
||||||
|
Loading…
Reference in New Issue
Block a user