Classify Asyncio/Bleak #1312
-
Hello!
Ideally I'd like to be able to process data while the connection is kept open and make decisions on what to do next without having to define the entire process before running the loop. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you don't want asyncio, try https://pypi.org/project/simplepyble/. If you just want an async REPL with top-level await, run |
Beta Was this translation helpful? Give feedback.
If you don't want asyncio, try https://pypi.org/project/simplepyble/.
If you just want an async REPL with top-level await, run
python -m asyncio
.