From 3b93613b1fbd21dcc26e55b9cfc6f082446ced53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Mon, 9 Jan 2023 00:16:10 +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 e0680f9f..fbfa7bb8 100644 --- a/WEB/Client/Client.php +++ b/WEB/Client/Client.php @@ -40,7 +40,7 @@ class Client } else { echo "socket_write a réussi.\n"; } - $response = ""; + $response = "AAA"; // $response = socket_read($socket, $BUFFER_SIZE); echo $response; // while (strcmp($response, "launchGame") != 0) {