From 49773cf84e4667e6ae945cc1d472f3031b40935d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 16 Mar 2023 10:24:57 +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 eb84d071d..89cb1c017 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -180,6 +180,7 @@ func (t *TcpClient) HandleTcpMessages(printNo string) { for { select { case <-t.TimeoutMap[printNo]: + globals.SugarLogger.Debugf("TimeoutMap :%s", utils.Format4Output(t, false)) globals.SugarLogger.Debugf("HandleTcpMessages timeout") return default: