From cd3cc41f9010c16d327abae9aa5bf3c5f11f852d Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Fri, 9 Feb 2024 10:49:51 +0100 Subject: [PATCH] docs: add change log for PR #12492 --- changes/ce/fix-12492.en.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ce/fix-12492.en.md diff --git a/changes/ce/fix-12492.en.md b/changes/ce/fix-12492.en.md new file mode 100644 index 000000000..30a7b1399 --- /dev/null +++ b/changes/ce/fix-12492.en.md @@ -0,0 +1,4 @@ +Return `Receive-Maximum` in `CONNACK` for MQTT v5 clients. + +EMQX takes the min value of client's `Receive-Maximum` and server's `max_inflight` config as the max number of inflight (unacknowledged) messages allowed. +Prior to this fix, the value was not sent back to the client in `CONNACK` message.