mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 23:14:16 +01:00
fix queue processing, the third
This commit is contained in:
parent
4d226eb616
commit
c3d674b188
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue