RPC调用增加连接池机制

develop
fantasticbin 2 years ago
parent 3a1f888c5d
commit 936eb10eec

@ -9,5 +9,9 @@ declare(strict_types=1);
* @contact group@hyperf.io * @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE * @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/ */
use Hyperf\JsonRpc\JsonRpcPoolTransporter;
use Hyperf\JsonRpc\JsonRpcTransporter;
return [ return [
JsonRpcTransporter::class => JsonRpcPoolTransporter::class,
]; ];

Loading…
Cancel
Save