From 1b5e0197e42ba4b8f8299bd12eb4ef40545753e6 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Tue, 23 Jul 2019 21:56:14 +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 1c496d0..c0c9adc 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -12,6 +12,7 @@ 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. * [Core] Nuget packages with symbols are now also published to improve debugging. +* [ManagedClient] Fix a race condition in the message storage (thanks to @PaulFake). * [Server] Added items dictionary to client session in order to share data across interceptors as along as the session exists. * [Server] Exposed CONNECT packet properties in Application Message and Subscription interceptor. * [Server] Fixed: Sending Large packets with AspnetCore based connection throws System.ArgumentException.