ne pas regarder
This commit is contained in:
@@ -127,7 +127,7 @@ public class PacketPool {
|
||||
if (Math.random() > PACKET_LOSS_PROBABILITY)
|
||||
this.socket.sendPacket(packet, address);
|
||||
} catch (InterruptedException | IOException e) {
|
||||
e.printStackTrace();
|
||||
// e.printStackTrace();
|
||||
}
|
||||
}).start();
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ public class Socket {
|
||||
recievePacket();
|
||||
}
|
||||
} catch (IOException | ClassNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
// e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user