Fix event firing in OioAcceptedSocketChanel which I broke before
This commit is contained in:
parent
d176f4ae83
commit
cc758aa3b6
@ -70,9 +70,6 @@ class OioAcceptedSocketChannel extends OioSocketChannel {
|
||||
} catch (IOException e) {
|
||||
throw new ChannelException("Failed to obtain an OutputStream.", e);
|
||||
}
|
||||
|
||||
fireChannelOpen(this);
|
||||
fireChannelBound(this, getLocalAddress());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user