From 24706866a15508d4ea224ae704f0775124b565df Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Sat, 4 Mar 2023 17:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/comp_gateroute.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/comp_gateroute.go b/services/comp_gateroute.go index 7c951c095..4d50f80a5 100644 --- a/services/comp_gateroute.go +++ b/services/comp_gateroute.go @@ -128,6 +128,9 @@ func (this *SCompGateRoute) ReceiveMsg(ctx context.Context, args *pb.AgentMessag // } // }() //获取用户消息处理函数 + log.Debug("ReceiveMsg", + log.Field{Key: "args", Value: args.String()}, + ) this.mrlock.RLock() msghandle, ok := this.msghandles[method] this.mrlock.RUnlock()