Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ class AsyncClient extends ClientAbstracts
|
||||
$receive = '';
|
||||
while (true) {
|
||||
$_tmp = $this->client->recv();
|
||||
if (empty($receive)) {
|
||||
if (empty($_tmp)) {
|
||||
break;
|
||||
}
|
||||
$receive .= $_tmp;
|
||||
|
||||
Reference in New Issue
Block a user