first close then invoke
This commit is contained in:
parent
04125dd98f
commit
b0034eee1c
@ -76,8 +76,8 @@ public class SocketAdapterImpl implements SocketAdapter {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
this.invokeCloseEventHandler(false);
|
|
||||||
this.socket.close();
|
this.socket.close();
|
||||||
|
this.invokeCloseEventHandler(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user