Skip to content

v2.7.1

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 13 Mar 19:26
· 1531 commits to master since this release
  • [Core] Fixed wrong parsing of ConnAck packet for protocol version 3.1.0.
  • [Core] Log messages are now overriding ToString() and providing a ready to use text representation.
  • [Client] Optimized package dispatcher and added several new exceptions.
  • [Client] The ManagedClient now has an event which is fired after a queued application message was processed (including exception).
  • [Client] The ManagedClient now supports unsubscribing (thanks to @lerppana)
  • [Server] Fixed some minor async issues.
  • [Server] Fixed wrong comparison of the topic and QoS for retained messages.
  • [Server] Added a property which provides access to the used options (read only).
  • [Server] Fixed a null ref expection when using an interceptor and publishing via the server directly.