Skip to content

v2.7.3

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 04 Apr 19:20
· 1518 commits to master since this release
  • [Core] Add several new extension methods.
  • [Client] Fixed an issue in ManagedMqttClientOptionsBuilder when using WithClientOptions and an options builder.
  • [Client] Added the "IsStarted" property for the managed client.
  • [Client] Optimized stream buffer for UWP apps.
  • [Client] Added the BufferSize to the TCP options.
  • [Client] Fixed a race condition which leads to exceptions when reconnecting rapidly.
  • [Server] Fixed a race condition which leads to exceptions when clients are reconnecting rapidly.
  • [Core] Fixed some issues in stream and socket handling.