use concurrent dict for redraw manager

This commit is contained in:
Stanley Dimant
2024-10-29 20:54:32 +01:00
committed by Loporrit
parent dd878e6e36
commit 037c22ecdb
3 changed files with 11 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ public sealed class IpcCallerGlamourer : IIpcCaller
{
logger.LogWarning(ex, "[{appid}] Failed to apply Glamourer data", applicationId);
}
}).ConfigureAwait(false);
}, token).ConfigureAwait(false);
}
finally
{
@@ -168,7 +168,7 @@ public sealed class IpcCallerGlamourer : IIpcCaller
{
logger.LogWarning(ex, "[{appid}] Error during GlamourerRevert", applicationId);
}
}).ConfigureAwait(false);
}, token).ConfigureAwait(false);
}
finally
{