minimq
minimq copied to clipboard
Allow subscribing at `QoS::ExactlyOnce`
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
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