You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To prove that a subscribed client received the message from a server, it would be nice if the server could raise a event indicating a PUBACK in QOS1 or PUBREC in QOS2 was received. Mostly used for logging. Is this something that could be added to the MqttServer?
The text was updated successfully, but these errors were encountered:
When the client connects, I will publish a message with the client's ID and human-readable identifier to the server, storing it in a hashtable. Then when an ACK or PUBREC packet arrives, I can look up the human-readable identifier in the hashtable to display in a log with the topic and payload. This should prove that the client acknowledged receipt of the message from the server.
To prove that a subscribed client received the message from a server, it would be nice if the server could raise a event indicating a PUBACK in QOS1 or PUBREC in QOS2 was received. Mostly used for logging. Is this something that could be added to the MqttServer?
The text was updated successfully, but these errors were encountered: