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-4.3.3-2] QoS = 2 delivery protocol (receiver) #111

Open
francois-normandin opened this issue Sep 30, 2018 · 0 comments
Open

[MQTT-4.3.3-2] QoS = 2 delivery protocol (receiver) #111

francois-normandin opened this issue Sep 30, 2018 · 0 comments
Labels
requirement Requirement

Comments

@francois-normandin
Copy link
Member

In the QoS 2 delivery protocol, the Receiver

MUST respond with a PUBREC containing the Packet Identifier from the incoming PUBLISH Packet, having accepted ownership of the Application Message.
Until it has received the corresponding PUBREL packet, the Receiver MUST acknowledge any subsequent PUBLISH packet with the same Packet Identifier by sending a PUBREC. It MUST NOT cause duplicate messages to be delivered to any onward recipients in this case.
MUST respond to a PUBREL packet by sending a PUBCOMP packet containing the same Packet Identifier as the PUBREL.
After it has sent a PUBCOMP, the receiver MUST treat any subsequent PUBLISH packet that contains that Packet Identifier as being a new publication.

@francois-normandin francois-normandin added the requirement Requirement label Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requirement Requirement
Projects
None yet
Development

No branches or pull requests

1 participant