From 6fdec929f52f176f9c2613ba92d56a036f13496b 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:45:51 +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 8044a74d1..aaa89979c 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -34,6 +34,7 @@ func ListenTcp() { } func (t *TcpClient) handleConn(c net.Conn) { + globals.SugarLogger.Debugf("conn time %v", time.Now()) if c == nil { globals.SugarLogger.Debugf("conn is nil") return