-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Labels
bugThis issue is a bug.This issue is a bug.feature-requestA feature should be added or improved.A feature should be added or improved.
Description
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.
sidpat, pixelblend and mr337
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.feature-requestA feature should be added or improved.A feature should be added or improved.