Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 15:32:19 +08:00
parent 18c6f9594e
commit 2ff2e3cdb8
+1 -1
View File
@@ -147,7 +147,7 @@ class AsyncClient extends ClientAbstracts
* @param $string * @param $string
* @return mixed * @return mixed
*/ */
private function waite($client, $string): mixed private function waite(&$client, $string): mixed
{ {
$tmp = $client->recv(); $tmp = $client->recv();
if (!empty($tmp)) { if (!empty($tmp)) {