Fix multiple calls to fireChannelActive() when using AIO
This commit is contained in:
parent
4fa7e85493
commit
f858a2fe62
@ -510,7 +510,6 @@ public class AioSocketChannel extends AbstractAioChannel implements SocketChanne
|
|||||||
@Override
|
@Override
|
||||||
protected void completed0(Void result, AioSocketChannel channel) {
|
protected void completed0(Void result, AioSocketChannel channel) {
|
||||||
((DefaultAioUnsafe) channel.unsafe()).connectSuccess();
|
((DefaultAioUnsafe) channel.unsafe()).connectSuccess();
|
||||||
channel.pipeline().fireChannelActive();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user