1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-08 14:11:44 +00:00

Suppress socket errors

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