From 836947df640b2c51c81aad13ea20923640a34291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 16 Dec 2022 15:48:59 +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 0923f86fe..64bfbb640 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -171,6 +171,7 @@ func (t *TcpClient) HandleTcpMessages(printNo string) { //if time.Now().Second()%2 != 0 { // continue //} + time.Sleep(1 * time.Second) select { case <-t.TimeoutMap[printNo]: globals.SugarLogger.Debugf("HandleTcpMessages timeout")