From f223a26748c25538674419c06f46ab0ac0d8ef2a Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Tue, 9 Jul 2019 22:42:44 +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 a360e21..c93416e 100644 --- a/Build/MQTTnet.nuspec +++ b/Build/MQTTnet.nuspec @@ -13,6 +13,7 @@ * [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. * [MQTTnet.Server] Added REST API for publishing basic messages. Copyright Christian Kratky 2016-2019