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

Messages properties not supported on MQTT #9

Closed
stewartadam opened this issue Dec 27, 2016 · 5 comments
Closed

Messages properties not supported on MQTT #9

stewartadam opened this issue Dec 27, 2016 · 5 comments
Assignees

Comments

@stewartadam
Copy link
Contributor

Opening this to continue tracking lack of support for sending message properties from MQTT, per https://github.com/Azure/azure-iot-sdks/issues/414.

I recently came across that issue page after wasting lots of time trying to debug why configured IoT Hub routes were not triggering after using the sample included in the device SDK and adding a simple message.properties.add("level", "critical"); line to it, per the C# sample.

This limitation (and any other similar gaps) should be documented and visible until resolved.

@pierreca
Copy link
Contributor

pierreca commented Jan 5, 2017

Thanks a lot for raising this issue. We are aware of this limitation and have it in our backlog to fix this, I'll try and raise the priority of this task.

@pierreca pierreca self-assigned this Jan 5, 2017
@stewartadam
Copy link
Contributor Author

Thanks, I'll keep an eye on the issue for updates.

I would suggest that we note known incomplete features like this in a section in the README or a known issues document. In this case, it might make sense to throw if the properties dictionary was mutated & sent over MQTT until this is resolved -- this would help avoid the silent failure.

@pierreca
Copy link
Contributor

Took care of it: 784f5dc

you can test it by checking out the develop branch, it'll be pushed to public packages for our next release in the next few days.

@stewartadam
Copy link
Contributor Author

Thanks! Looking forward to testing it when it's out on npm.

@pierreca
Copy link
Contributor

Packages have been released to npm (version 1.1.3). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants