xy 3 周之前
父節點
當前提交
8211d4a1fb
共有 1 個文件被更改,包括 2 次插入2 次删除
  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";
         });
     }