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

Commit d165d10

Browse files
committed
✏️ 修复拼写错误
1 parent 80e39df commit d165d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/socketio.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function Getcert() {
130130
Swoole\Coroutine\System::sleep(1);
131131
$time++;
132132
}
133-
if ($time = 30){
133+
if ($time == 30){
134134
mlog("Getcert Connected Overtime",2);
135135
return(false);
136136
}
@@ -146,7 +146,7 @@ public function ack($event,$data = "") {
146146
return($this->client->push('420'.$senddata));
147147
}
148148
}
149-
if ($time = 30){
149+
if ($time == 30){
150150
mlog("[socket.io]ACK Connected Overtime",2);
151151
return(false);
152152
}

0 commit comments

Comments
 (0)