github mochi-mqtt/server v2.1.3

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

What's Changed

  • Make hooks safe for concurrency by @thedevop and @mochi-co as per discussion in #139
    • Due to unexpected usage, the slice containing hooks was not safe for concurrent reading and writing. This has been fixed.
  • Export Client.Net.Conn for easier developer access by @mochi-co
    • To assist those trying to gain more control over the client connection, the client conn is now exposed as Net.Conn, as per #87 (comment)
  • Fixed the quickstart code on the README to add necessary import statements and port example, by @BarriBarri20, as per #137
  • Small code cleanups by @mochi-co

Full Changelog: v2.1.2...v2.1.3

Tests

  • Builds
  • Unit Tests Passing
  • Paho Interoperability Passing

Don't miss a new server release

NewReleases is sending notifications on new releases.