What's Changed
- Use correct connack return codes for MQTTv3 by @mochi-co in #140
- As identified by @bkupidura in #134, v3 clients were not acknowledging connack reason codes. This issue occurred because the MQTTv3 specification provides different byte codes for 4 return codes than are provided in the v5 specification. This has been corrected through the implementation of a v5 to v3 code map.
Full Changelog: v2.1.3...v2.1.4
Tests
- Builds
- Unit Tests Passing
- Paho Interoperability Passing