Skip to content

Publishing in Module 4 Assignment - _queue.Empty #19

Discussion options

You must be logged in to vote

Yes, one of the main issues was that I was not careful of what QOS I used for the sensor_data_topic used by the microcontroller, I was using QOS 2 but for the Raspberry Pico I should have been using QOS 0 or 1, I also used the await function when I published the dictionary so the program would wait for the publish command before proceeding.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@chasedamagician
Comment options

@sgbaird
Comment options

@sgbaird
Comment options

@chasedamagician
Comment options

Answer selected by chasedamagician
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants