Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't send retained messages #69

Open
iris-pascoal opened this issue Apr 27, 2022 · 2 comments
Open

Can't send retained messages #69

iris-pascoal opened this issue Apr 27, 2022 · 2 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@iris-pascoal
Copy link

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?

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Apr 27, 2022
@Quantiversal
Copy link

I seem to have the same problem 😔

@Quantiversal
Copy link

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

Might help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants