Manually trigger graphics loops updates on msgs from the fsp chain

offline_history_loading
Tyler Goodlet 2022-03-06 17:04:03 -05:00
parent 761b823939
commit ad1bbe74ad
1 changed files with 6 additions and 0 deletions

View File

@ -437,7 +437,13 @@ class FspAdmin:
started.set()
from ._display import trigger_update
# wait for graceful shutdown signal
async with stream.subscribe() as stream:
async for msg in stream:
trigger_update()
await complete.wait()
async def start_engine_task(