Swanand Mulay
Swanand Mulay
Hey @carlocorradini , as of now, rumqttc doesn't have such feature. To work around it, you can configure the logger you are using, like `tracing_subscriber`, `env_logger` etc. to filter out...
Prefer keeping it open for now, can you please just update to description to make it more explicit about feature flag? currently we aren't so sure if we really need...
> Is there any comments about this issue? hey, sorry for late reply. If manual acks are enabled, it is responsibility of application to ack them and hence ordering of...
there aren't any _active_ / _ongoing_ plans for this, but would definitely want it! we are open for contribution 😀
thanks for the PR @ting-ms ! really appreciate the work. but currently I don't have bandwidth for this, so might get delayed. thanks for understanding!
Hey @wanyt ! quic protocol support is in roadmap for both rumqttd and rumqttc :100:
you can use `set_connect_properties` to set all kind of v5 connection properties, eg. ```rust let mut properties = ConnectProperties::new(); properties.session_expiry_interval = Some(u32::MAX); mqttoptions.set_connect_properties(properties); ```