瀏覽代碼

docs: add change log for PR #12492

Zaiming (Stone) Shi 2 年之前
父節點
當前提交
cd3cc41f90
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      changes/ce/fix-12492.en.md

+ 4 - 0
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.