Skip to content

v2.7.2

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 29 Mar 20:26
· 1544 commits to master since this release
  • [Client] Added the subprotocol "mqtt" as default for web socket based connections.
  • [Client] Added a new client setting called "KeepAliveSendInterval". It allows configuring the effective interval for sending ping requests.
  • [Client] The client will no longer send ping requests if other packets are sent within the configured interval.
  • [Server] The server now generates a valid packet identifier when disaptching publish packets to clients.
  • [Core] Add several new extension methods.