Skip to content

subscriptions may be silently dropped on reconnect #65

@btashton

Description

@btashton

in _handle_resubscribe self._internal_async_client.subscribe(topic, qos) is called, but there is no mechanism for checking if the subscribe failed as there was on the initial subscribe via a return code or callback. The subscription manager will also report that there was a subscription to this. The result is that if the connection was unstable during reconnect, we cannot know if the subscriptions were successful or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.feature-requestA feature should be added or improved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions