wangsen3
wangsen3
await managedMqttClient.SubscribeAsync(topic); await managedMqttClient.EnqueueAsync(message); causes SubscribeAsync to execute after EnqueueAsync [  ](url) 应该要先执行订阅,后执行推送消息的
### Self Checks - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this...
### 问题类别 使用问题 ### 问题描述 定时任务去同步知识库这个功能感觉很常用,是否有计划加入 ### 背景信息 _No response_ ### 操作系统 windows ### 其他环境信息 _No response_ ### 相关日志 ```shell ``` ### 已查找的资源 _No response_ ### 确认事项 - [x] 我已经搜索了现有的...