Skip to content

README.md is out of date #83

@travisgriggs

Description

@travisgriggs

The README.md quick start example shows the following line of code:

mqttClient.publishString("message", topic: "publish/topic", qos: 2, retain: false)

The API appears to have changed to:

mqttClient.publish(string: "message", topic: "publish/topic", qos: 2, retain: false)

Maybe there are other obsolete examples as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions