What's Changed
- Add Client Closed method by @thedevop in #130
client.Closed() bool
returns true if client connection is closed.
- Save subscription properties for mqttv5 by @wind-c in #131
- Fixes an issue where MQTT v5 properties were not correctly stored when using bolt, badger, and redis persistence hooks.
New Contributors
Full Changelog: v2.1.0...v2.1.1
Tests
- Builds
- Unit Tests Passing
- Paho Interoperability Passing