Actually disallow blocking here

This commit is contained in:
Jordan Brown
2021-08-23 12:19:38 -04:00
parent 39b7d85437
commit 7f66ce6b02
@@ -334,6 +334,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
cancellationToken,
DefaultIOManager.BlockingTaskCreationOptions,
TaskScheduler.Current)
.WithToken(cancellationToken)
.ConfigureAwait(false);
cancellationToken.ThrowIfCancellationRequested();