From 4b7ebb25722ac463e364f4c491015e77aabd474d Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 11 Dec 2021 16:45:43 +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 72a40a6..44565df 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -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();