Skip to content

v2.2.7

Choose a tag to compare

@mochi-co mochi-co released this 21 Apr 21:13
· 131 commits to master since this release

What's Changed

  • Ensure to close client WriteLoop by @thedevop in #193
    • Fixes a bug #193 in which memory could be leaked if cl.State.outbound was not correctly closed.
  • Simplified code by @wind-c in #195
    • Adds a convenient ToPacket method on storage.Message
  • #78 storage hook should not execute the relevant code if the client has been reconnected by @werbenhu in #198

New Contributors

Full Changelog: v2.2.6...v2.2.7

Tests

  • Builds
  • Unit Tests Passing
  • Paho Interoperability Passing