 d40730bca3
			
		
	
	d40730bca3
	
	
	
		
			
			break, not return fix queue processing fix queue processing, again fix queue processing, the third do not use async for queue processing something
		
			
				
	
	
		
			6 lines
		
	
	
		
			184 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			184 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MareSynchronosStaticFilesServer.Utils;
 | |
| 
 | |
| public record UserRequest(Guid RequestId, string User, List<string> FileIds)
 | |
| {
 | |
|     public bool IsCancelled { get; set; } = false;
 | |
| } |