Skip to content

v2.1.4

Compare
Choose a tag to compare
@mochi-co mochi-co released this 10 Jan 00:04

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