1
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user