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
MQTT client's publish method has "retain" param. It is true or false.
I change the payload data at publish method.
If "retain" param is true value, subscribe method is getting the changed data every time.
But if "retain" param is false value, subscribe method is not getting the changed data.
How can I resolve this?
The text was updated successfully, but these errors were encountered:
MQTT client's publish method has "retain" param. It is true or false.
I change the payload data at publish method.
If "retain" param is true value, subscribe method is getting the changed data every time.
But if "retain" param is false value, subscribe method is not getting the changed data.
How can I resolve this?
The text was updated successfully, but these errors were encountered: