This commit is contained in:
2021-12-02 16:13:57 +08:00
parent a66de3f016
commit 18d2ce66e6
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class JsonRpcPoolTransporter implements ClientInterface
$response = $this->request($client = $this->getClient(), $content, false);
$this->pool->push($client, $this->config['ServiceAddress'], $this->config['ServicePort']);
$this->pool->push($client, $this->config['Address'], $this->config['Port']);
return (new Response())->withBody(new Stream($response));
}