chore: do not prefer local
This commit is contained in:
parent
1cdff7f0be
commit
ecaa3c6c10
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ public class PacketDistributorService : IHostedService, IDisposable
|
|||
{
|
||||
if (_concurrentQueue.TryDequeue(out var item))
|
||||
{
|
||||
ThreadPool.QueueUserWorkItem(InvokePacketHandler, item, true);
|
||||
ThreadPool.QueueUserWorkItem(InvokePacketHandler, item, preferLocal: false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue