From 895533a04f1806f67e8c70f8a187a99b9c4b728a Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 16:43:44 +0800 Subject: [PATCH] 1 --- src/AsyncClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }