INC.Runtime.Queue icon indicating copy to clipboard operation
INC.Runtime.Queue copied to clipboard

Update QueueManager.cs

Open circlelee1981 opened this issue 4 years ago • 0 comments

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 .

circlelee1981 avatar May 24 '21 13:05 circlelee1981