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
Hi! I'm trying to send a retained message, my code is as follows:
mqttClient.beginMessage(topicVRCommand, true);
mqttClient.print("WAKE_UP_KITCHEN");
mqttClient.endMessage();
The message is not going as retained even though i have the reained flag as true. Anyone had the same problem?
The text was updated successfully, but these errors were encountered:
Actually mine is working. I quit MQTT Explorer then opened it again and saw the flag. I had a misunderstanding of how retained actually works. See: thomasnordquist/MQTT-Explorer#108
Hi! I'm trying to send a retained message, my code is as follows:
mqttClient.beginMessage(topicVRCommand, true);
mqttClient.print("WAKE_UP_KITCHEN");
mqttClient.endMessage();
The message is not going as retained even though i have the reained flag as true. Anyone had the same problem?
The text was updated successfully, but these errors were encountered: