Browse Source

Update docs

release/3.x.x
Christian Kratky 6 years ago
parent
commit
c1297eadd4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Build/MQTTnet.nuspec

+ 1
- 0
Build/MQTTnet.nuspec View File

@@ -13,6 +13,7 @@
<releaseNotes> * [Core] Performance optimizations.
* [Core] Due to performance reasons the timestamp of log messages is now in UTC format.
* [Client] Received messages are now processed in the worker thread by default. Added a new setting for switching back to dedicated threads.
* [ManagedClient] Fixed a loading issue of stored application messages (thanks to @JTrotta).
* [Server] Added support for other WebSocket sub protocol formats like mqttv-3.1.1 (thanks to @israellot).
* [Server] The takeover of an existing client sessions is now treated as a _clean_ disconnect of the previous client.
* [Server] The pending messages queue per client is now limited to 250 messages. Overflow strategy and count can be changed via options (thanks to @VladimirAkopyan)


Loading…
Cancel
Save