Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 mosquitto MQTT 切换到 Aedes MQTT,因为它支持跨多个代理的客户端会话。我在 Aedes 代理中测试了发布消息(每秒大约 10 条消息)并订阅了该主题。我停止了订阅者并再次重新启动。我注意到传入和保留消息的顺序混合在一起。
当我使用 mosquitto 时不会发生这种情况。在 Aedes 中是否需要进行任何设置?谢谢你。