This commit is contained in:
2021-12-11 16:45:43 +08:00
parent 86c76a7587
commit 4b7ebb2572
+1 -1
View File
@@ -108,7 +108,7 @@ class AsyncClient extends ClientAbstracts
//
// $array .= $data;
//
$this->client->send($array . $data);
$this->client->send($array . json_encode($data,JSON_UNESCAPED_UNICODE));
$revice = $this->client->recv();