diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 2615663..45ee4c4 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -81,7 +81,7 @@ class AsyncClient extends ClientAbstracts */ private function generate_client($data, $host, $isHttps, $path): void { - $this->client = new SwowClient(SWOOLE_TCP, TRUE); + $this->client = new SwowClient(SWOOLE_TCP, FALSE); if ($isHttps || $this->isSSL()) { $this->client->enableSSL(); }