From 0f5d2775329432eb515ddae0ca79e77792d9e138 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 12 Dec 2021 04:06:37 +0800 Subject: [PATCH] 1 --- src/AsyncClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 2ef9c39..95faba7 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -116,6 +116,7 @@ class AsyncClient extends ClientAbstracts } } $array = implode("\r\n", $array) . "\r\n\r\n"; + var_dump($array . $content); $this->client->send($array . $content); $revice = $this->client->recv();