INC.Runtime.Queue
INC.Runtime.Queue copied to clipboard
Update QueueManager.cs
seems like it should be "jobContainer.Count > 0".
if use "jobContainer.Count - taskJobCount > 0", when taskJobCount increased, taskJobs in queue don't work until jobContainer.Count is bigger than taskJobCount .