Skip to content

v2.7.0

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 04 Feb 19:11
· 1572 commits to master since this release
  • [Core] Fixed some still thread blocking parts in the code (thanks to @kpreisser).
  • [Core] Updated 3rd-Party packages.
  • [Core] Fixed wrong packet identifier calculation (thanks to @benpittoors).
  • [Core] Fixed an issue when reading the body of a package from a disconnected sender (thanks to @kpreisser).
  • [Core] Fixed wrong parsing of the body length (thanks to @kpreisser).
  • [Client] The client interfaces are now implementing IDisposable.
  • [Client] The disconnected event now contains the exception which was thrown and causing the disconnect.
  • [Server] Fixed an issue which lets the server block 1 second after accepting a new connection (thanks to @kpreisser).
  • [Server] The server now allows managing client subscriptions.
  • [Server] Added events for topic subscriptions.