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

MQTT payload can only be JSON formated #161

Open
raoulh opened this issue Jun 13, 2023 · 0 comments
Open

MQTT payload can only be JSON formated #161

raoulh opened this issue Jun 13, 2023 · 0 comments
Labels

Comments

@raoulh
Copy link
Member

raoulh commented Jun 13, 2023

Here:

if (!params.Exists("topic_sub") || !params.Exists("path"))

When reading MQTT payload received on a subscribed topic, the actual code only parse this as Json. If it's not Json, it failed.

Add support for non-Json payload

@raoulh raoulh added the bug label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant