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);