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 I update mqtt server settings by pressing the 'Update server settings' button at esp-link gui , from what I understand, esp-link will momentarily disconnect from the broker and then will reconnect again.
But when esp-link has succesfully reconnected to broker (indicated by PINGREQ/CONNACK between esp and broker), the running code in the arduino still think that the mqtt is in disconnected state.
Was it just a matter of the arduino example sketch that need re-arrangement or is it a bug in el-client/esp-link?
The text was updated successfully, but these errors were encountered:
I have almost the same problem.
When esp-link disconnects - the reason doesn't matter - and connects again, the arduino sketch doesn't recognize that and stays disconnected.
Is there a solution / workaround?
I tried it with v2.2.3
From minida28:
The text was updated successfully, but these errors were encountered: