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
fix mqtt_release fail when called after mqtt_lease
If mqtt_release() is called just after mqtt_lease(), the state is always
CLIENT_STATE_INITIALIZED and release fails as it checks for
CLIENT_STATE_INVALID.
Signed-off-by: Ajay Bhargav <[email protected]>
0 commit comments