优化握手协议的注释

This commit is contained in:
liwei1dao 2022-06-20 11:40:11 +08:00
parent 92fb2df51a
commit 9a8ac28320

View File

@ -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