fix queue processing, the third
This commit is contained in:
@@ -163,8 +163,6 @@ public class RequestQueueService : IHostedService
|
|||||||
_userQueueRequests[i] = null;
|
_userQueueRequests[i] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_queue.Any() && !_priorityQueue.Any()) break;
|
|
||||||
|
|
||||||
if (_userQueueRequests[i] != null) continue;
|
if (_userQueueRequests[i] != null) continue;
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
|
|||||||
Reference in New Issue
Block a user