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