From 9a8ac2832060a2b8c9fa74b87948bf4428e8eb0b Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 20 Jun 2022 11:40:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=A1=E6=89=8B=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lego/sys/rpcx/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego/sys/rpcx/service.go b/lego/sys/rpcx/service.go index fb2310265..af8ab64c3 100644 --- a/lego/sys/rpcx/service.go +++ b/lego/sys/rpcx/service.go @@ -204,7 +204,7 @@ func (this *Service) PostReadRequest(ctx context.Context, r *protocol.Message, e return nil } -//Rpcx握手默认提供给client连接使用 +//客户端配置 AutoConnect 的默认连接函数 func (this *Service) RpcxShakeHands(ctx context.Context, args *ServiceNode, reply *ServiceNode) error { // this.Debugf("RpcxShakeHands:%+v", ctx.Value(share.ReqMetaDataKey).(map[string]string)) return nil