1
This commit is contained in:
@@ -116,6 +116,7 @@ class AsyncClient extends ClientAbstracts
|
||||
}
|
||||
}
|
||||
$array = implode("\r\n", $array) . "\r\n\r\n";
|
||||
var_dump($array . $content);
|
||||
$this->client->send($array . $content);
|
||||
|
||||
$revice = $this->client->recv();
|
||||
|
||||
Reference in New Issue
Block a user