Pause autofetch during poll loop

This commit is contained in:
Jack Kingsman
2026-02-24 20:30:39 -08:00
parent 2757f25eb9
commit 932ea6b65d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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: