Enquire Status of Packet ID after publishing a Message using QoS 1 #693
-
Hi, I see that when I call Publish() method of MqttConnection, it returns a Packet Id. Any idea how I can enquire the status of that particular Packet ID ? Is there an exposed method that we can use to check this ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There isn't a way to inquire about a packet's status. Synchronously returning the id in the public API is something I wish we could take back, but we have to support it now. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
There isn't a way to inquire about a packet's status. Synchronously returning the id in the public API is something I wish we could take back, but we have to support it now.