From 8261ba9dc16d1cfbd61fc5acf5697241464a1386 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 23 Feb 2021 11:46:16 +0100 Subject: [PATCH] Update docs. --- Build/MQTTnet.nuspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 30d6171dc..b6005d1d6 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -15,7 +15,9 @@ * [Core] Fixed some issues in nuget packages. * [Client] Changed exception types so that proper exceptions are thrown when connecting (#1082). * [Client] Exposed Dup flag in application messages. +* [Client] Improved keep alive message sending. * [RpcClient] Fixed an issue when using a custom application message reveived handler (#1093). +* [Server] Improved keep alive message sending. Git commit: $gitCommit