Skip to content

v2.8.2

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 23 Aug 18:49
· 1290 commits to master since this release
  • [Core] Performance optimizations.
  • [Client] Added support for proxies when using web socket connections (thanks to @PitySOFT).
  • [Client] Refactored TLS parameter usage and added more parameters (thanks to @PitySOFT).
  • [Client] Fixed a deadlock when clients are disconnecting (thanks to @JanEggers).
  • [ManagedClient] Unsubscriptions are now pushed before subscriptions to support re-subscribing (thanks to @cstichlberger).
  • [Server] Fixed an issue in client keep alive checks (thanks to @jenscski).
  • [Server] Changed the order of ClientConnected and ClientDisconnected events so that ClientConnected is fired at first (thanks to @jenscski).
  • [Server] Fixed an iussue which lets the server stop processing messages when using the application message interceptor (thanks to @alamsor).
  • [Server] Fixed a deadlock when clients are disconnecting (thanks to @JanEggers).