for-mqtt-client 0.3.6

mqtt v3/v5 client, only support rustls
docs.rs failed to build for-mqtt-client-0.3.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: for-mqtt-client-0.3.5

for-mqtt-client

断网情况下,客户端如何处理要发送的消息?

  1. 容量依赖于:pub type SimpleBus = Bus<1000>;
  2. 无容量后,目前会堵塞程序?应提供丢弃前消息,丢弃后消息的功能?
  3. 是否应该依赖于for_event_bus

断网自动重连下,如何保证原先订阅的topic能依旧保持订阅

  1. 新增配置:记录订阅、取消订阅的记录?