rumqtt icon indicating copy to clipboard operation
rumqtt copied to clipboard

feat: notify when `publish`/`subscribe`/`unsubscribe` packets are acked

Open de-sh opened this issue 4 months ago • 4 comments

Solves #805

Type of change

New feature, that notifies the requester when their publish(QoS 1/2)/subscribe/unsubscribe request are acknowledged by the broker.

BREAKING: pending definition changes from VecDeque<Request> to VecDeque<(Request, Option<PromiseTx>)>.

Checklist:

  • [x] Formatted with cargo fmt
  • [x] Make an entry to CHANGELOG.md if it's relevant to the users of the library. If it's not relevant mention why.

de-sh avatar Sep 29 '24 17:09 de-sh