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)