aa
This commit is contained in:
@@ -163,7 +163,7 @@ func (t *TcpClient) HandleTcpMessages(printNo string) {
|
||||
if !t.isExistMsg(printNo) {
|
||||
return
|
||||
}
|
||||
globals.SugarLogger.Debugf("build HandleTcpMessages printNo: %s", printNo)
|
||||
globals.SugarLogger.Debugf("HandleTcpMessages printNo: %s", printNo)
|
||||
go func() {
|
||||
for {
|
||||
select {
|
||||
@@ -263,6 +263,7 @@ func (t *TcpClient) doPrint(key string) (err error) {
|
||||
|
||||
//检测心跳
|
||||
func (t *TcpClient) HandleCheckTcpHeart(key string) {
|
||||
globals.SugarLogger.Debugf("HandleCheckTcpHeart begin key: %s", key)
|
||||
go func() {
|
||||
for {
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user