.toarray for .net8
Some checks failed
gitea.arg.rip/vassago/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2025-03-25 17:12:38 -04:00
parent 33f55dc790
commit 246a6e2019

View File

@ -42,7 +42,7 @@ namespace vassago
ProtocolInterfaces.ProtocolList.twitchs.Add(t);
}
Task.WaitAll(initTasks, cancellationToken);
Task.WaitAll(initTasks.ToArray(), cancellationToken);
}
public Task StopAsync(CancellationToken cancellationToken)