modify plugin name

This commit is contained in:
2022-06-08 17:19:32 +08:00
parent 2a6b2a1979
commit 8f9de7a508
4 changed files with 39 additions and 13 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class JsonRpcPoolTransporter implements RpcClientInterface
$client = $this->getClient();
$response = $this->request($client, $content, false);
$response = $this->request($client, $content);
$this->pool->push($client, $this->config['Address'], $this->config['Port']);