jose luis gudino Active Member Licensed User Longtime User Jun 19, 2023 #1 hi everyone, how could I make a confirmation of receipt routine in MQQT thank you
Solution Erel Jun 20, 2023 Set the QOS to 1+: https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/ If you are worried about offline clients then best to implement something on the application layer. Send a confirmation message.
Set the QOS to 1+: https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/ If you are worried about offline clients then best to implement something on the application layer. Send a confirmation message.
Erel B4X founder Staff member Licensed User Longtime User Jun 20, 2023 #2 Set the QOS to 1+: https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/ If you are worried about offline clients then best to implement something on the application layer. Send a confirmation message. Upvote 0 Solution
Set the QOS to 1+: https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/ If you are worried about offline clients then best to implement something on the application layer. Send a confirmation message.
jose luis gudino Active Member Licensed User Longtime User Jun 20, 2023 #3 Erel said: Set the QOS to 1+: https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/ If you are worried about offline clients then best to implement something on the application layer. Send a confirmation message. Click to expand... thank you. yes indeed, I think I should develop a routine to evaluate the offline, there is no idea of how this routine should be, I have several ideas but I would like something that does not complicate the programming Upvote 0
Erel said: Set the QOS to 1+: https://www.hivemq.com/blog/mqtt-essentials-part-6-mqtt-quality-of-service-levels/ If you are worried about offline clients then best to implement something on the application layer. Send a confirmation message. Click to expand... thank you. yes indeed, I think I should develop a routine to evaluate the offline, there is no idea of how this routine should be, I have several ideas but I would like something that does not complicate the programming