diff --git a/src/AsyncClient.php b/src/AsyncClient.php index d6bba48..34761ba 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -98,7 +98,7 @@ class AsyncClient extends ClientAbstracts } $array = implode("\r\n", $array) . " - "; +"; $this->client->send($array . $this->getData()->getContents()); var_dump($array . $this->getData()->getContents());