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 {