fix: 修复配置文件路径和报表合并逻辑

This commit is contained in:
renzhiyuan 2026-02-09 17:28:07 +08:00
parent ce5597f4dd
commit 52689749bf
1 changed files with 2 additions and 0 deletions

View File

@ -189,10 +189,12 @@ func (s *SendCardClient) processContentChannel(ctx context.Context, cardSend *Ca
case <-heartbeatTicker.C:
if time.Now().Unix()-lastUpdate.Unix() >= HeardBeatX {
log.Info("心跳超时")
return
}
case <-ctx.Done():
log.Info("send_card上下文失效")
s.logger.Info("context canceled, stop channel processing")
return
}