mirror of
				https://github.com/imezx/Warp.git
				synced 2025-11-04 11:59:17 +00:00 
			
		
		
		
	Update ClientProcess.luau
This commit is contained in:
		
							parent
							
								
									32fd45e010
								
							
						
					
					
						commit
						187510f73d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -64,7 +64,7 @@ function ClientProcess.insertRequest(Identifier: string, timeout: number, ...: a
 | 
				
			||||||
	local cancel = task.delay(timeout, function()
 | 
						local cancel = task.delay(timeout, function()
 | 
				
			||||||
		task.spawn(yieldThread, nil)
 | 
							task.spawn(yieldThread, nil)
 | 
				
			||||||
	end)
 | 
						end)
 | 
				
			||||||
	table.insert(clientRequestQueue[Identifier], { tostring(Key()), function(...: any)
 | 
						table.insert(clientRequestQueue[Identifier], { Key(), function(...: any)
 | 
				
			||||||
		if (os.clock() - start) > timeout then  return end
 | 
							if (os.clock() - start) > timeout then  return end
 | 
				
			||||||
		task.cancel(cancel)
 | 
							task.cancel(cancel)
 | 
				
			||||||
		task.spawn(yieldThread, ...)
 | 
							task.spawn(yieldThread, ...)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue