ManagedMqttClient.SubscribeAsync With delay
Open
bug
- Dominant language
- C#
- Stars
- 5.1k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
await managedMqttClient.SubscribeAsync(topic);
await managedMqttClient.EnqueueAsync(message);
causes SubscribeAsync to execute after EnqueueAsync [

](url)
应该要先执行订阅,后执行推送消息的
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.