From c1297eadd4ae7e182371c869ff1f0b6ecc4625e0 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Tue, 29 May 2018 21:22:46 +0200 Subject: [PATCH] Update docs --- Build/MQTTnet.nuspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 8f496ad..cf7e64c 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -13,6 +13,7 @@ * [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)