From e746693d933458e30a1d2a8569146ce8d7a9bbb5 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 10 Aug 2021 10:27: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 bd7a2af0b..65fdff122 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -65,6 +65,7 @@ func (t *TcpClient) handleConn(c net.Conn) { } //看是心跳还是打印回调 data := hex.EncodeToString(buffer[:n]) + globals.SugarLogger.Debugf("handleConn msg ....................: %v", data) //证明是心跳 if strings.Contains(data, heartText) { globals.SugarLogger.Debugf("handleConn heart: %v", data)