Suppress socket errors

This commit is contained in:
LOOHP
2021-04-19 13:26:40 +08:00
parent 12b501faf7
commit 728306ec88
2 changed files with 4 additions and 4 deletions
@@ -451,7 +451,7 @@ public class ClientConnection extends Thread {
}
} catch (Exception e) {e.printStackTrace();}
} catch (Exception e) {}
try {
client_socket.close();