检测服务关闭~

This commit is contained in:
ziming 2025-05-26 14:16:27 +08:00
parent f59bf4fa15
commit 433982c75b
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ func (w *WechatNotifyConsumer) Stop(_ context.Context) error {
//shutdown之间保证正在处理的消费先提交 //shutdown之间保证正在处理的消费先提交
_ = w.blockWaitFinish() _ = w.blockWaitFinish()
fmt.Println("关闭 wechat consumer 完成")
return nil return nil
} }