use concurrent dict for redraw manager

This commit is contained in:
Stanley Dimant 2024-10-29 20:54:32 +01:00
parent a4e0592249
commit ff221d8e2c
3 changed files with 11 additions and 8 deletions

View file

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