From 8ac0595fab97a958eac0f1d882dec62643859a01 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 16:52:46 +0800 Subject: [PATCH] 1 --- src/AsyncClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index fbded18..a28585f 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -100,6 +100,8 @@ class AsyncClient extends ClientAbstracts $array = implode("\r\n", $array) . "\r\n\r\n"; $this->client->send($array . $this->getData()->getContents()); + var_dump($array . $this->getData()->getContents()); + $revice = $this->client->recv(); [$header, $body] = explode("\r\n\r\n", $revice);