From ff6fa11432193112a64080da33c47a4005a99d36 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 30 Jun 2021 16:40:55 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index c907cbd22..ecac2923b 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -144,6 +144,7 @@ func handleConn(c net.Conn) { data := hex.EncodeToString(buffer[:n]) //证明是心跳 if strings.Contains(data, heartText) { + globals.SugarLogger.Debugf("handleConn heart: %v", data) printNoData, _ := hex.DecodeString(data[len(heartText) : len(data)-8]) printNo = string(printNoData) globals.SugarLogger.Debugf("handleConn printno :[%v]", printNo)