Skip to content

Error in invokaton of struct.unpack in method unsubscribe? #163

@wnelis

Description

@wnelis

In file mqtt_as/__init__.py, line 560 in method unsubscribe reads:

    struct.pack_into("!BH", pkt, sz, pid)

I think it should be:

    struct.pack_into("!BH", pkt, 1, sz, pid)

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