Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:09:14 +08:00
parent 788ecee65d
commit 86c09f3b25
+1 -1
View File
@@ -118,7 +118,7 @@ class AsyncClient extends ClientAbstracts
$receive = '';
while (true) {
$_tmp = $this->client->recv();
if (empty($receive)) {
if (empty($_tmp)) {
break;
}
$receive .= $_tmp;