From 9c799cfc47c5d4eedf2402b2cf4c93c09a49e3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Mon, 9 Jan 2023 00:14:23 +0100 Subject: [PATCH] test --- WEB/Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Client/Client.php b/WEB/Client/Client.php index 3082634d..e0680f9f 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -41,7 +41,7 @@ class Client echo "socket_write a réussi.\n"; } $response = ""; - $response = socket_read($socket, $BUFFER_SIZE); + // $response = socket_read($socket, $BUFFER_SIZE); echo $response; // while (strcmp($response, "launchGame") != 0) { // $response = socket_read($socket, $BUFFER_SIZE);