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

@ -253,7 +253,7 @@ public sealed class IpcCallerPenumbra : DisposableMediatorSubscriberBase, IIpcCa
logger.LogDebug("[{appid}] Calling on IPC: PenumbraRedraw", applicationId);
_penumbraRedraw!.Invoke(chara.ObjectIndex, setting: RedrawType.Redraw);
}).ConfigureAwait(false);
}, token).ConfigureAwait(false);
}
finally
{