Skip to content
Discussion options

You must be logged in to vote

This is an odd use of asyncio.run. The best way to interface between interrupts and uasyncio is to use ThreadSafeFlag; see also this ref. You might also want to read these notes on the use of timeouts - it looks like you're missing an await.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@krishnak
Comment options

@peterhinch
Comment options

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