This commit is contained in:
2021-10-28 18:34:21 +08:00
parent d52920418a
commit 627b0560de
+1 -1
View File
@@ -47,7 +47,7 @@ class JsonRpcPoolTransporter implements ClientInterface
{
$content = $request->getBody()->getContents();
$response = $this->request($client = $this->newClient(), $content, false);
$response = $this->request($client = $this->getClient(), $content, false);
$this->pool->push(self::POOL_NAME, $client);