for-mqtt-client

Crates.iofor-mqtt-client
lib.rsfor-mqtt-client
version0.3.6
sourcesrc
created_at2023-04-08 12:54:33.708584
updated_at2024-02-28 15:48:03.280841
descriptionmqtt v3/v5 client, only support rustls
homepage
repositoryhttps://github.com/jm-observer/for-mqtt-client
max_upload_size
id833580
size300,027
jmhuang (fengqi2019)

documentation

README

for-mqtt-client

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

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

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

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

cargo fmt