This commit is contained in:
2021-12-11 16:52:46 +08:00
parent 3784e25f64
commit 8ac0595fab
+2
View File
@@ -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);