优化代码

This commit is contained in:
GoEdgeLab
2022-11-24 17:20:08 +08:00
parent a424918cfb
commit 6fac61808a
3 changed files with 7 additions and 6 deletions

View File

@@ -130,11 +130,8 @@ func (this *ParentAction) RPC() *rpc.RPCClient {
}
// AdminContext 获取Context
// 每个请求的context都必须是一个新的实例
func (this *ParentAction) AdminContext() context.Context {
if this.ctx != nil {
return this.ctx
}
if this.rpcClient == nil {
rpcClient, err := rpc.SharedRPC()
if err != nil {