Understanding QoS in MQTT.js #1580
Unanswered
hem-bhagat-tark
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am new to MQTT.js. My node application just publishes a message to the MQTT broker and I have another application that subscribes to the messages. I would like to know what will be the behavior if I use QoS 1 and QoS 2 while publishing messages. The MQTT documentation says that the sender will store the message until it has received the
PUBACK
.Will the MQTT.js library take care of this or do I need to implement it and resend the message in case of failure?
Beta Was this translation helpful? Give feedback.
All reactions