1
This commit is contained in:
@@ -171,6 +171,7 @@ func (t *TcpClient) HandleTcpMessages(printNo string) {
|
||||
//if time.Now().Second()%2 != 0 {
|
||||
// continue
|
||||
//}
|
||||
time.Sleep(1 * time.Second)
|
||||
select {
|
||||
case <-t.TimeoutMap[printNo]:
|
||||
globals.SugarLogger.Debugf("HandleTcpMessages timeout")
|
||||
|
||||
Reference in New Issue
Block a user