Skip to content

v2.1.6

Choose a tag to compare

@mochi-co mochi-co released this 16 Jan 20:11
· 165 commits to master since this release

What's Changed

  • Use Atomic instead of RWMutex for Hooks concurrency by @mochi-co and @thedevop in #148
    • Per #145, converts RWMutex on []Hook slice to use atomics for better performance.
  • Publish retained messages only after connack by @mochi-co in #147
    • Fixes an issue (#144) in which retained messages on subscriptions inherited in session takeovers were issued before the connack packet.

Full Changelog: v2.1.5...v2.1.6

Tests

  • Builds
  • Unit Tests Passing
  • Paho Interoperability Passing