From afe25db0d33c297fcb136a122d4fa7d74bc95829 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Mon, 4 Jun 2018 21:26:33 +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 7dc215f..0f0049c 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -16,6 +16,7 @@ * [Core] Log messages now contain the complete source path including parent components. * [Core] The adapter now has an _Endpoint_ definition as string containing remote IP and port. * [Client] Received messages are now processed in the worker thread by default. Added a new setting for switching back to dedicated threads. +* [Client] Fixed wrong calculation for sending keep alive packets (thanks to @cstichlberger) * [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.