From b3564e01a48542ada2273835273d3626b1190041 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Fri, 23 Nov 2018 22:57:34 +0100 Subject: [PATCH] Update docs. --- Build/MQTTnet.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index e3a8d29..83e0477 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -14,9 +14,10 @@ * [Client] Fixed wrong behavior of publish method when client is disconnecting (thanks to @PaulFake). * [ManagedClient] Added max pending messages count option. * [ManagedClient] Add pending messages overflow strategy option. +* [ManagedClient] Fixed an issue which deletes the wrong message from the internal queue (thanks to @PaulFake). * [Server] Added new method which exposes all retained messages. * [Server] Removed (wrong) setter from the server options interface. -* [Server] fixed cpu spike in case a client disconnectes (issue 421). +* [Server] fixed cpu spike in case a client disconnects (issue 421). * [Server] fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport. Copyright Christian Kratky 2016-2018