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";
         });
     }