From 76e54dc49b8cf4adaa0804e5b63115ae87fe3936 Mon Sep 17 00:00:00 2001 From: Christian <6939810+chkr1011@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:56:50 +0200 Subject: [PATCH] Update ReleaseNotes.md --- .github/workflows/ReleaseNotes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ReleaseNotes.md b/.github/workflows/ReleaseNotes.md index 1a613421..2947426a 100644 --- a/.github/workflows/ReleaseNotes.md +++ b/.github/workflows/ReleaseNotes.md @@ -2,4 +2,5 @@ * [ManagedClient] The managed client now sends the entire topic filter including new MQTTv5 properties when subscribing. * [Server] Fixed reporting of _MaximumQoS_ in _ConnAck_ packet (MQTTv5 only) (#1442). * [Server] Fix cross thread issue in session message storage for QoS 1 and 2. -* [Server] The event _ClientSubscribedTopicAsync_ is now fired after the subscription is completely processed internally (#1435). \ No newline at end of file +* [Server] The event _ClientSubscribedTopicAsync_ is now fired after the subscription is completely processed internally (#1435). +* [Server] Improved CPU usage on lower end machines (#788). \ No newline at end of file -- GitLab