We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?