micropython / micropython/micropython-lib

umqtt.simple: Subscribe and check_msg

Open
#256 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2.9k
Forks
1.1k
Avg merge
7d 6h
Merged PRs (30d)
3

Description

Good evening,

Maybe I'm suffering from not seeing the obvious, but how do I use subscriptions asynchronously? As far as I can see in the source code, the "subscribe"-routine ends in an endless "while 1:" loop with a "wait_msg()" inside.
This corresponds with my experience that once I call subscribe(), the rest of my script (except the callback function) is not executed. I've tried the examples too, removing everything after "subscribe(...)" does not seem to make any noticeable difference...

Can somebody help me out here? Maybe I've just been staring at the screen too long...

Cheers!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the umqtt.simple source around subscribe(), wait_msg(), and check_msg(), then compare the existing examples. Clarify the intended asynchronous subscription flow and update the relevant documentation or example so the expected post-subscribe behavior is explicit.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
embedded-iot, networking
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.