From a83617e477d499f88a439d67aa8b948bc3bd3c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 10 Jan 2024 10:45:32 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 73771aeaf..f886a5ff2 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -89,8 +89,10 @@ func handleConn(c net.Conn) error { } t, ok := PrintObject[printNo] + globals.SugarLogger.Debugf("======t := %s", utils.Format4Output(t, false)) if !ok { t = NewTcpClient() + globals.SugarLogger.Debugf("======t3 := %s", utils.Format4Output(t, false)) PrintObject[printNo] = t } if strings.Contains(string(buffer[0:n]), "print_no_clear") { // 清理缓存