We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello Fellas!
In my current project, I'm using this call:
await this.mqtt_client.publish(topic,JSON.stringify(message),{ qos: 2, retain: false, dup: false, });
But received message on broker has QoS 1, what's is wrong in my use?
The text was updated successfully, but these errors were encountered:
The options get passed down to the regular mqtt.publish command.
Does the QOS work properly when you use that module directly in a test file?
Sorry, something went wrong.
No branches or pull requests
Hello Fellas!
In my current project, I'm using this call:
But received message on broker has QoS 1, what's is wrong in my use?
The text was updated successfully, but these errors were encountered: