modify plugin name

This commit is contained in:
2022-06-08 15:08:07 +08:00
parent b79513757b
commit 2a6b2a1979
+3 -1
View File
@@ -42,7 +42,9 @@ class JsonRpcPoolTransporter implements RpcClientInterface
{ {
$content = $request->getBody()->getContents(); $content = $request->getBody()->getContents();
$response = $this->request($client = $this->getClient(), $content, false); $client = $this->getClient();
$response = $this->request($client, $content, false);
$this->pool->push($client, $this->config['Address'], $this->config['Port']); $this->pool->push($client, $this->config['Address'], $this->config['Port']);