fix merge + add catch
Some checks failed
Tag and Release Lightless / tag-and-release (push) Failing after 38s
Some checks failed
Tag and Release Lightless / tag-and-release (push) Failing after 38s
This commit is contained in:
@@ -741,6 +741,11 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
Logger.LogTrace("[BASE-{appBase}] Modded path calculation cancelled", applicationBase);
|
||||
throw;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError(ex, "[BASE-{appBase}] Something went wrong during calculation replacements", applicationBase);
|
||||
@@ -767,4 +772,4 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
||||
_dataReceivedInDowntime = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user