From bab030bf39d67e3fd5b5350017bfb6f06a55ad4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 4 Nov 2022 14:58:14 +0800 Subject: [PATCH] 1' --- 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 aaa89979c..95f67b8c7 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -57,6 +57,7 @@ func (t *TcpClient) handleConn(c net.Conn) { //看是心跳还是打印回调 data := hex.EncodeToString(buffer[:n]) + globals.SugarLogger.Debugf("data=============:%s", data) //证明是心跳 if strings.Contains(data, heartText) || strings.Contains(data, heartTextNew) { printNoData, _ := hex.DecodeString(data[len(heartText) : len(data)-8])