From eb2659e7776571871f4ba39e73107b027bf04098 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 17:20:19 +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 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());