RPC调用增加连接池机制

This commit is contained in:
fantasticbin 2022-11-07 17:02:38 +08:00
parent 3a1f888c5d
commit 936eb10eec

View File

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