This commit is contained in:
2021-10-28 16:20:55 +08:00
parent 7340196bd1
commit 2fac53bb82
+1
View File
@@ -39,6 +39,7 @@ abstract class JsonRpcConsumers implements OnRpcConsumerInterface
$client = $this->clientNotCoroutine($config);
}
$client->send(json_encode(['jsonrpc' => $version, 'service' => $service, 'method' => $method, 'params' => $data]));
$client->recv(1);
$client->close();
}