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 } } //看是心跳还是打印返回