From c0c154e89528b7a8e4711e5fd799a83d4ee9e05c 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 15:36:24 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index a06a52526..1e4602adb 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -92,7 +92,7 @@ func (t *TcpClient) handleConn(c net.Conn) error { if t.getClients(printNo) == nil { t.addConn(c, printNo, status) t.buildAllMap(printNo) - t.TimeoutMap[printNo] <- true + //t.TimeoutMap[printNo] <- true t.HandleTcpMessages(printNo) t.doPrint(printNo) if status == printerStatusOnline {