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
Whatever output this is doesn't show why 'the client is not trying to reconnect even though auto-reconnect is enabled' it just shows that something called _connectionStatus doesn't match connectionHandler!.connectionStatus for some reason. There are many reasons why the client may not go reconnect even if auto-reconnect is enabled.
What actual proof do you have that this status mismatch causes anything? Without logs of your disconnect and auto reconenct period ther;s nothing I can really do.
flutter version: 3.24.1
mqtt_clinet: 10.5.1
sometimes
connectionHandler!.connectionStatus.status
isMqttConnectionState.connecting
but
_connectionStatus.status
isMqttConnectionState.disconnected
the state of client is out of sync
I could not save the logs; but in this state client is not trying to reconnect even though auto-reconnect is enabled
The text was updated successfully, but these errors were encountered: