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

Last Will received data has unexpected value #119

Closed
DavidAntliff opened this issue Aug 18, 2017 · 1 comment
Closed

Last Will received data has unexpected value #119

DavidAntliff opened this issue Aug 18, 2017 · 1 comment

Comments

@DavidAntliff
Copy link

mqtt-spy v1.0.0 on macOS Sierra.

If I set the Last Will data to "888" and re-establish the connection, then monitor the topic with a second instance of mqtt-spy, then a Force Quit on the original client will send the Last Will message to the broker, and it will be received by the subscribed second client. I see the message arrive but the data is not what I expect - it is two black diamonds with a white question mark inside each, and is most definitely not "888".

I couldn't find a way to display the raw data as bytes, or export it to a file, so I'm not sure what data values are actually received.

With all other received MQTT messages, I see the bytes as plain text, so I was expecting to see "888" in the receiving client's subscribed topic.

@kamilfb
Copy link
Owner

kamilfb commented Nov 10, 2017

This repo has been archived. Could you raise this in https://github.com/eclipse/paho.mqtt-spy?

@kamilfb kamilfb closed this as completed Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants