Commit Graph

1 Commits

Author SHA1 Message Date
Joseph Doherty
f069fdc76a feat: add MQTT MaxAckPending flow control (Gap 6.4)
Implements MqttFlowController with per-subscription SemaphoreSlim-based
slot tracking for QoS 1/2 messages. Replaces the previous catch-and-swallow
pattern with an explicit CurrentCount guard on Release. 10 unit tests added.
2026-02-25 11:38:47 -05:00