1
This commit is contained in:
@@ -180,7 +180,7 @@ func (t *TcpClient) HandleTcpMessages(printNo string) {
|
|||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-t.TimeoutMap[printNo]:
|
case <-t.TimeoutMap[printNo]:
|
||||||
globals.SugarLogger.Debugf("TimeoutMap :%s", utils.Format4Output(t, false))
|
globals.SugarLogger.Debugf("TimeoutMap :%s", utils.Format4Output(t.TimeoutMap[printNo], false))
|
||||||
globals.SugarLogger.Debugf("HandleTcpMessages timeout")
|
globals.SugarLogger.Debugf("HandleTcpMessages timeout")
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user