Revert "Suppress socket errors"

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