Skip to content

v2.7.4

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 11 Apr 19:24
· 1510 commits to master since this release
  • [Client] Fixed a deadlock while the client disconnects.
  • [Client] Fixed broken support for protocol version 3.1.0.
  • [Server] The MqttTcpServerAdapter is now added to the ASP.NET services.
  • [Server] MqttServerAdapter is renamed to MqttTcpServerAdapter (BREAKING CHANGE!).
  • [Server] The server no longer sends the will message of a client if the disconnect was clean (via Disconnect packet).
  • [Server] The application message interceptor now allows closing the connection.
  • [Server] Added a new flag for the ClientDisconnected event which contains a value indicating whether the disconnect was clean (via Disconnect packet).