If a sample stream is already ded, just warn
							parent
							
								
									06f311c182
								
							
						
					
					
						commit
						9042244939
					
				| 
						 | 
				
			
			@ -160,7 +160,12 @@ async def broadcast(
 | 
			
		|||
            log.error(
 | 
			
		||||
                f'{stream._ctx.chan.uid} dropped connection'
 | 
			
		||||
            )
 | 
			
		||||
            try:
 | 
			
		||||
                subs.remove(stream)
 | 
			
		||||
            except ValueError:
 | 
			
		||||
                log.warning(
 | 
			
		||||
                    f'{stream._ctx.chan.uid} sub already removed!?'
 | 
			
		||||
                )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@tractor.context
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue