mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Do not catch topic timeouts
This commit is contained in:
@@ -978,7 +978,7 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
|
||||
break;
|
||||
}
|
||||
catch (Exception ex) when (ex is not OperationCanceledException)
|
||||
catch (Exception ex) when (!cancellationToken.IsCancellationRequested)
|
||||
{
|
||||
Logger.LogWarning(ex, "SendTopic exception!{retryDetails}", priority ? $" {i} attempts remaining." : String.Empty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user