This commit is contained in:
suyl
2021-07-22 13:53:42 +08:00
parent 41a96433d9
commit d528a9ec08

View File

@@ -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()