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
When manual acknowledgment (ACK) is enabled, the sequence of acknowledging messages (in application implement) may not align with the order in which messages are received. Is there an underlying mechanism in place to ensure message ordering is maintained, in accordance with MQTT protocol's message sequencing?
The text was updated successfully, but these errors were encountered:
hey, sorry for late reply. If manual acks are enabled, it is responsibility of application to ack them and hence ordering of acks is also with the application.
When manual acknowledgment (ACK) is enabled, the sequence of acknowledging messages (in application implement) may not align with the order in which messages are received. Is there an underlying mechanism in place to ensure message ordering is maintained, in accordance with MQTT protocol's message sequencing?
The text was updated successfully, but these errors were encountered: