变更
This commit is contained in:
@@ -38,7 +38,7 @@ trait TraitTransporter
|
||||
private function request(Client|Coroutine\Client $client, $content, bool $isClose): mixed
|
||||
{
|
||||
$client->send($content);
|
||||
$read = Json::decode($client->recv());
|
||||
$read = $client->recv();
|
||||
if ($isClose) {
|
||||
$client->close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user