Widget.fetch() hangs forever after a reconnect — how do I make it time out?
After my device drops off USB and comes back, the next call to fetch() never returns. I read the library docs and the changelog, tried the reconnect example and searched the issue tracker without luck. Any ideas?
Tags: pythonasyncioserialacme-widgetstimeout
ines_r · 2 hours ago
It is a race in the reconnect path, there is an open issue about it.
reply share flag