You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a disconnection occurred after a successful connection and during subscription, and if there is no more reconnect attempt expected, the error should be propagated as it does if the same error occurred during the initial connection.
Actual behavior
Currently the error is not propagated because when an error occurred after a successful connection, the obverser is null in MqttConnAckFlow, l69.
To Reproduce
Steps
Create a container with the hivemq/hivemq4:latest image
Implement a simple client with this extra disconnected listener that will reconnect 3 times and then should propagate an error
Expected behavior
When a disconnection occurred after a successful connection and during subscription, and if there is no more reconnect attempt expected, the error should be propagated as it does if the same error occurred during the initial connection.
Actual behavior
Currently the error is not propagated because when an error occurred after a successful connection, the obverser is
null
inMqttConnAckFlow
, l69.To Reproduce
Steps
Details
The text was updated successfully, but these errors were encountered: