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
I am trying to handle short mqtt connections between long (60s) deep sleep sessions.
Sequence:
Start
WiFi connect, wait connected
Mqtt set callbacks
Mqtt connect, wait connected
Get variables from ulp and publish
Disconnect mqtt & wifi
Start Deep Sleep
Before mqtt connect I subscribe to an update-request. After connection I would like to handle incoming retained topic, but never receive anything.
Anyone getting retained Message working?
The text was updated successfully, but these errors were encountered:
I am trying to handle short mqtt connections between long (60s) deep sleep sessions.
Sequence:
Start
WiFi connect, wait connected
Mqtt set callbacks
Mqtt connect, wait connected
Get variables from ulp and publish
Disconnect mqtt & wifi
Start Deep Sleep
Before mqtt connect I subscribe to an update-request. After connection I would like to handle incoming retained topic, but never receive anything.
Anyone getting retained Message working?
The text was updated successfully, but these errors were encountered: