We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bcf62 commit f62db1eCopy full SHA for f62db1e
rumqttc/CHANGELOG.md
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
* Made `DisconnectProperties` struct public.
25
* Replace `Vec<Option<u16>>` with `FixedBitSet` for managing packet ids of released QoS 2 publishes and incoming QoS 2 publishes in `MqttState`.
26
* Accept `native_tls::TlsConnector` as input for `Transport::tls_with_config`.
27
+* Enforce `Sync` for `AsyncReadWrite`
28
29
### Deprecated
30
0 commit comments