From aeb4a29b58a76b3aa7c966152099ae4cf998f3d4 Mon Sep 17 00:00:00 2001 From: johan Date: Sat, 7 Jan 2023 10:14:58 +0100 Subject: [PATCH] test --- WEB/Client/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index 2a7c5216..8f9aaffa 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -45,6 +45,7 @@ class Client{ } else{ echo "socket_read a échoué : " . socket_strerror(socket_last_error()) . "\n"; + break; } } }