This commit is contained in:
2021-10-28 18:50:38 +08:00
parent 9ccf9638dc
commit 912e1caf55
-4
View File
@@ -31,10 +31,6 @@ class JsonRpcPoolTransporter implements ClientInterface
*/
public function init()
{
$config = Config::get('rpc.pool', null);
$this->pool = Kiri::getDi()->get(ClientPool::class, [], $config);
$this->pool->initConnections(self::POOL_NAME, true, $config['max']);
}