From fcff3a2c8d003d75aa049e7807696c562d3c6f05 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Fri, 16 Nov 2018 22:12:29 +0100 Subject: [PATCH] Update docs. --- Build/MQTTnet.AspNetCore.nuspec | 4 +--- Build/MQTTnet.nuspec | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build/MQTTnet.AspNetCore.nuspec b/Build/MQTTnet.AspNetCore.nuspec index 21ef5d5..20489c7 100644 --- a/Build/MQTTnet.AspNetCore.nuspec +++ b/Build/MQTTnet.AspNetCore.nuspec @@ -10,9 +10,7 @@ https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png false This is a support library to integrate MQTTnet into AspNetCore. - For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/). - * fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport - + For release notes please go to MQTTnet release notes (https://www.nuget.org/packages/MQTTnet/). Copyright Christian Kratky 2016-2018 MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec index 1a95197..e3a8d29 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -11,11 +11,13 @@ false MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). * [Core] Updated nuget packages due to security issues. +* [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. * [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 disconnectes (issue 421). +* [Server] fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport. Copyright Christian Kratky 2016-2018 MQTT Message Queue Telemetry Transport MQTTClient MQTTServer Server MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Hardware Arduino Sensor Actuator M2M ESP Smart Home Cities Automation Xamarin