xy hace 3 semanas
padre
commit
8211d4a1fb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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";
         });
     }