From d528a9ec08023a1a08a1b8d1459328552ad2b5d5 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 22 Jul 2021 13:53:42 +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 bc83e199e..7e95fe311 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -144,7 +144,7 @@ func ListenTcp() { globals.SugarLogger.Debugf("begin listenTcp port 8000......") go HandleTcpMessages() go HandleCheckTcpHeart() - go doPrint2(printMsgChan) + //go doPrint2(printMsgChan) //go doPrint(printMsgChanFail) for { c, err := l.Accept()