diff --git a/AsyncClient.php b/AsyncClient.php index f1d4532..effa6c9 100644 --- a/AsyncClient.php +++ b/AsyncClient.php @@ -147,7 +147,7 @@ class AsyncClient extends ClientAbstracts * @param $string * @return mixed */ - private function waite($client, $string): mixed + private function waite(&$client, $string): mixed { $tmp = $client->recv(); if (!empty($tmp)) {