Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 501c648

Browse files
committed
✏️ 删除debug用
1 parent 4996ff8 commit 501c648

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

inc/socketio.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function connect() {
5757
}
5858
if ($code[0] == '430'){
5959
$jsondata = json_decode(substr($data, strlen($code[0])),true);
60-
print_r($jsondata);
6160
if (isset($jsondata[0][1]['cert'])){
6261
$this->certdata = $jsondata;
6362
}

main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function registerSigintHandler() {
9999
}
100100
global $shouldExit;
101101
if (!is_array($Missfile) && !$shouldExit){//判断Missfile是否为空和是否是主动退出
102-
$socketio = new socketio(OPENBMCLAPIURL,$tokendata['token'],$config['cluster']['keepalive']);
102+
$socketio = new socketio(OPENBMCLAPIURL,$tokendata['token'],$config['advanced']['keepalive']);
103103
mlog("正在连接主控");
104104
Coroutine::create(function () use ($socketio){
105105
$socketio->connect();

0 commit comments

Comments
 (0)