fix mysql playout builds (#2352)

* more cancellation tokens and fixes

* so much cancellation token

* fix mysql playout builds
This commit is contained in:
Jason Dove
2025-08-27 18:09:56 +00:00
committed by GitHub
parent 1c07df5bc3
commit 9462156148
103 changed files with 2628 additions and 1666 deletions
@@ -77,8 +77,8 @@
public void Dispose()
{
_cts.Cancel();
_cts.Dispose();
_cts?.Cancel();
_cts?.Dispose();
}
protected override Task OnParametersSetAsync() => LoadData();