diff --git a/src/Client.php b/src/Client.php index 7fd6049..7481249 100644 --- a/src/Client.php +++ b/src/Client.php @@ -407,7 +407,7 @@ private function receive(): stdClass|array|int $sleepTime = 100; do { - $chunk = $this->client->recv(); + $chunk = @$this->client->recv(); if ($chunk === false || $chunk === '') { $attempts++;