fix queue processing, the third

This commit is contained in:
rootdarkarchon
2024-01-14 12:37:51 +01:00
parent 4d226eb616
commit c3d674b188

View File

@@ -163,8 +163,6 @@ public class RequestQueueService : IHostedService
_userQueueRequests[i] = null;
}
if (!_queue.Any() && !_priorityQueue.Any()) break;
if (_userQueueRequests[i] != null) continue;
while (true)