first close then invoke

This commit is contained in:
Niek125 2021-01-22 15:08:34 +01:00 committed by Koen Lavrijssen
parent 04125dd98f
commit b0034eee1c

View File

@ -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