This commit is contained in:
2021-12-11 17:20:19 +08:00
parent 2f7b17e876
commit eb2659e777
+1 -1
View File
@@ -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());