docs: add change log for PR #12492

This commit is contained in:
Zaiming (Stone) Shi 2024-02-09 10:49:51 +01:00
parent a74c828e19
commit cd3cc41f90
1 changed files with 4 additions and 0 deletions

View File

@ -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.