add speedtest stuff

This commit is contained in:
Stanley Dimant
2024-11-18 12:38:32 +01:00
parent cc36485907
commit d23fa867e0
4 changed files with 155 additions and 4 deletions

View File

@@ -451,6 +451,10 @@ public sealed class GameObjectHandler : DisposableMediatorSubscriberBase
{
_zoningCts?.CancelAfter(2500);
}
catch (ObjectDisposedException)
{
// ignore
}
catch (Exception ex)
{
Logger.LogWarning(ex, "Zoning CTS cancel issue");