Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MQTT Message ordering in MQTT v3.1.1 #1163

Open
bryantwang-cc opened this issue Feb 15, 2019 · 0 comments
Open

MQTT Message ordering in MQTT v3.1.1 #1163

bryantwang-cc opened this issue Feb 15, 2019 · 0 comments

Comments

@bryantwang-cc
Copy link

bryantwang-cc commented Feb 15, 2019

If server sends messages with QoS 1 in the order of 1,2,3,4, and the client corresponds the PUBACKs in the order of 1,3,2,4, is it correct accroding to the description in MQTT_v3.1.1 section 4.6(MQTT-4.6.0-2) ?

It MUST send PUBACK packets in the order in which the corresponding PUBLISH packets were received (QoS 1 messages) [MQTT-4.6.0-2]

Here is another question:
The mosquitto just ignores the packet when it receives a PUBACK packet but not corresponding the PUBLISH packets in the inflight window, is it reasonable? Or mosquitto should drop the connection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant