Manually trigger graphics loops updates on msgs from the fsp chain
							parent
							
								
									2c9ecbae9a
								
							
						
					
					
						commit
						f365e4a465
					
				| 
						 | 
				
			
			@ -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(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue