mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix mcdf application
This commit is contained in:
parent
dc3c6c199d
commit
afe6c75688
4 changed files with 11 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ public class Pair
|
|||
if (CachedPlayer == null)
|
||||
{
|
||||
_logger.LogDebug("Received Data for {uid} but CachedPlayer does not exist, waiting", data.User.UID);
|
||||
Task.Run(async () =>
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
using var timeoutCts = new CancellationTokenSource();
|
||||
timeoutCts.CancelAfter(TimeSpan.FromSeconds(120));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue