Skip to content

Commit

Permalink
docs: add change log for PR #12492
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Feb 9, 2024
1 parent a74c828 commit cd3cc41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changes/ce/fix-12492.en.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cd3cc41

Please sign in to comment.