1
This commit is contained in:
@@ -89,8 +89,10 @@ func handleConn(c net.Conn) error {
|
||||
}
|
||||
|
||||
t, ok := PrintObject[printNo]
|
||||
globals.SugarLogger.Debugf("======t := %s", utils.Format4Output(t, false))
|
||||
if !ok {
|
||||
t = NewTcpClient()
|
||||
globals.SugarLogger.Debugf("======t3 := %s", utils.Format4Output(t, false))
|
||||
PrintObject[printNo] = t
|
||||
}
|
||||
if strings.Contains(string(buffer[0:n]), "print_no_clear") { // 清理缓存
|
||||
|
||||
Reference in New Issue
Block a user