From ceb64110382112a873425cb7c40f4bd3e9c04c76 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 28 Jun 2021 18:56:57 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 13a432b46..e7b5d24a9 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -3,6 +3,7 @@ package event import ( "encoding/hex" "fmt" + "git.rosy.net.cn/baseapi/utils" "git.rosy.net.cn/jx-callback/business/jxutils" "git.rosy.net.cn/jx-callback/business/model" "git.rosy.net.cn/jx-callback/business/model/dao" @@ -74,6 +75,7 @@ func handleConn(c net.Conn) { globals.SugarLogger.Debugf("conn is nil") return } + globals.SugarLogger.Debugf("handleConn map: [%v]", utils.Format4Output(tcpClient.Clients, false)) defer c.Close() buffer := make([]byte, 1024) for {