[Enter feedback here]
I am able to run this example but when I tried adding async mqtt like gmqtt from "github.com/wialon/gmqtt" or any other async mqtt the log message on the device displays an error message: "No module named gmqtt"
Please note that I tried all the async implementation of mqtt, they all shows same type of error. The only mqtt works is paho-mqtt.
Q1: How do fix above issue?
Q2: How to call async method like module_client.send_message_to_output() from Paho mqtt method "on_message" ? Is there any example?
I am using VSCode Python dev environment.
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@pranavsanghadia Let us have a look and get back to you.
Hello @pranavsanghadia Thanks for the feedback!
Thanks for trying IoT Edge! We try to reserve these issues for feedback directly related to the tutorials: like if there are errors that block tutorial completion or if there are updates/changes required, suggestions for improvement, etc. If this is not the case I would open an issue with your question on the Edge repository or Microsoft QnA or StackOverflow forums where there is a community that can help (plus the engineering team)
Please let us know if you need further help in this matter or if we are good to close this issue.
It would be helpful if links to examples are provided for each page/tutorial topic. By the way thank you for providing link to QnA 👍, I never came across this page in google search, may be that is a good feedback. Also some of the answers in QnA section are excellent, if linked to respective pages they can fill the gap for the missing information.
Most helpful comment
It would be helpful if links to examples are provided for each page/tutorial topic. By the way thank you for providing link to QnA 👍, I never came across this page in google search, may be that is a good feedback. Also some of the answers in QnA section are excellent, if linked to respective pages they can fill the gap for the missing information.