This commit is contained in:
2021-10-28 18:46:14 +08:00
parent 627b0560de
commit 9ccf9638dc
2 changed files with 54 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class JsonRpcPoolTransporter implements ClientInterface
$response = $this->request($client = $this->getClient(), $content, false);
$this->pool->push(self::POOL_NAME, $client);
$this->pool->push($client, $this->config['ServiceAddress'], $this->config['ServicePort']);
return (new Response())->withBody(new Stream($response));
}