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