The ESP32 is not running the two async tasks, only the run_server task, i can't find out why. Is there a uasyncio test is can run to see if this problem is structural? Is this a timing issue? Is the queue emptied when starting up?
@Lisa999 This repo is deprecated -- it has been merged into https://github.com/micropython/micropython; new PRs should be filed there. Also would help if you posted your code.
Exact same python code running on ubuntu:
En now the same on an ESP32:
The ESP32 is not running the two async tasks, only the run_server task, i can't find out why. Is there a uasyncio test is can run to see if this problem is structural? Is this a timing issue? Is the queue emptied when starting up?