From 464783d2ffcb90ddae7e8d8d9deee6381aa93a33 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 3 Aug 2021 11:33:09 +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 c6e83ac9a..174b79409 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -51,7 +51,7 @@ func (t *TcpClient) handleConn(c net.Conn) { } else { fmt.Println("ReadString err", err) } - return + //return } //也可能是查状态的(openAPI外部查询,一次性的) if err = json.Unmarshal(buffer[:n], &printStatus); err == nil {