Run some timers a little faster

This commit is contained in:
Loporrit
2025-05-14 10:13:49 +00:00
parent 4dd34039f4
commit e2e59bd396
4 changed files with 20 additions and 14 deletions

View File

@@ -642,11 +642,11 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
if (_charaHandler?.Address != nint.Zero && !IsVisible)
{
Guid appData = Guid.NewGuid();
IsVisible = true;
Mediator.Publish(new PairHandlerVisibleMessage(this));
if (_cachedData != null)
{
Guid appData = Guid.NewGuid();
Logger.LogTrace("[BASE-{appBase}] {this} visibility changed, now: {visi}, cached data exists", appData, this, IsVisible);
_ = Task.Run(() =>