a
This commit is contained in:
@@ -78,6 +78,8 @@ func (t *TcpClient) handleConn(c net.Conn) {
|
||||
if t.Clients[printNo] == nil {
|
||||
timeoutChan <- 1
|
||||
t.addConn(c, printNo, status)
|
||||
t.buildCallBackMap(printNo)
|
||||
t.buildMsgMap(printNo)
|
||||
t.HandleTcpMessages(printNo)
|
||||
t.doPrint(printNo)
|
||||
if status == printerStatusOnline {
|
||||
|
||||
Reference in New Issue
Block a user