xy il y a 3 semaines
Parent
commit
8211d4a1fb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/GameClient.php

+ 2 - 2
src/GameClient.php

@@ -119,8 +119,8 @@ class GameClient {
         $this->client->on(MsgID::RESHEARTBEAT, function($binaryData) {
             $response = new ResHeartBeat();
             $response->mergeFromString($binaryData);
-            echo "心跳:".$response->getMsg();
-            echo "\n";
+            // echo "心跳:".$response->getMsg();
+            // echo "\n";
         });
     }