mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-10 10:43:01 +02:00
Pause autofetch during poll loop
This commit is contained in:
@@ -315,6 +315,7 @@ async def _message_poll_loop():
|
||||
async with radio_manager.radio_operation(
|
||||
"message_poll_loop",
|
||||
blocking=False,
|
||||
suspend_auto_fetch=True,
|
||||
) as mc:
|
||||
await poll_for_messages(mc)
|
||||
except RadioOperationBusyError:
|
||||
|
||||
Reference in New Issue
Block a user