mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:07:22 +01:00
fix queue processing, again
This commit is contained in:
parent
024796c459
commit
4d226eb616
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ public class RequestQueueService : IHostedService
|
|||
|
||||
if (!_queue.Any() && !_priorityQueue.Any()) break;
|
||||
|
||||
if (_userQueueRequests[i] != null) continue;
|
||||
|
||||
while (true)
|
||||
{
|
||||
if (_priorityQueue.TryDequeue(out var prioRequest))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue