github mochi-mqtt/server v2.1.6

latest releases: v2.6.4, v2.6.3, v2.6.2...
17 months ago

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

Don't miss a new server release

NewReleases is sending notifications on new releases.