#55: Wait on MQTT publish queue instead of sleeping - #56
Conversation
Signed-off-by: Aydogan Ersoz <aydogan.ersoz@silabs.com>
PR SummaryMedium Risk Overview Non-publish work (reset, subscribe, unsubscribe, unretain) is still drained each iteration with non-blocking Reviewed by Cursor Bugbot for commit 6697047. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 6697047. Configure here.
|
CTT Jenkins job: |

Issue
Closes: #55
Change
publish_queue.pop()returns as soon as a message is pushed.try_pop().Checklist
./ci/scripts/clang-tidy.sh checkhas been run locally (see CONTRIBUTING.md)