Skip to content

Call publish with QoS 2 but broker receive with 1. #48

Open
@marcosdxt

Description

@marcosdxt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions