This commit is contained in:
邹宗楠
2026-05-12 17:00:36 +08:00
parent 29634ad17f
commit f2ce2db029
2 changed files with 17 additions and 16 deletions

View File

@@ -96,6 +96,7 @@ func handleConn(c net.Conn) error {
_, printNo = getCallbackMsgInfo(data)
callback = true
}
globals.SugarLogger.Debugf("printNoData------: %s", printNo)
if value, have := TcpClientList.Load(printNo); !have {
t = NewTcpClient()