From f35d9d69eda1dbf32934b99a48c7afa74b04f64c Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Mon, 2 Aug 2021 14:44:33 +0800 Subject: [PATCH] aa --- 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 41f9bb8db..6714a9428 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -59,7 +59,7 @@ func (t *TcpClient) handleConn(c net.Conn) { if printStatus != nil { status := t.getPrintStatus(printStatus.PrintNo) c.Write([]byte(utils.Int2Str(status))) - c.Close() + break } } //看是心跳还是打印返回