From 27592f16439c9db1db9c1335dd04b0f1d23f0c1d Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 8 Jan 2022 15:36:35 +0100 Subject: [PATCH] Update MQTTnet.nuspec --- Build/MQTTnet.nuspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 8caa7e4..ac3568f 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -12,6 +12,7 @@ true MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol. +* [Client] Increased delay for keep alive checks do decrease CPU load. * [Core] Decreased object allocations (#1324, thanks to @gfoidl). * [Client] Fixed issue in _MqttApplicationMessageBuilder.WithPayload_ (#1322, thanks to @gfoidl).