minimq icon indicating copy to clipboard operation
minimq copied to clipboard

Allow subscribing at `QoS::ExactlyOnce`

Open ryan-summers opened this issue 4 years ago • 1 comments

Currently, QoS support is only implemented for sending QoS > 0 messages, but not for receiving. We need to respond with PubAck if the server ever sends us a publish message with Qos > 0 as well

ryan-summers avatar Oct 06 '21 15:10 ryan-summers

Note that we actually don't require this because we only subscribe with QoS = 0. Changing this ticket to add support for QoS > 0 subscriptions

ryan-summers avatar Aug 19 '22 14:08 ryan-summers