RPC调用增加连接池机制
This commit is contained in:
parent
3a1f888c5d
commit
936eb10eec
@ -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,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user