We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47935b4 commit fafefdfCopy full SHA for fafefdf
src/dashboard/Synapse.Dashboard.StateManagement/ComponentStore.cs
@@ -89,6 +89,7 @@ protected virtual void Dispose(bool disposing)
89
{
90
if (disposing)
91
92
+ this.CancellationTokenSource.Cancel();
93
this.CancellationTokenSource.Dispose();
94
this._subject.Dispose();
95
}
@@ -114,6 +115,7 @@ protected virtual ValueTask DisposeAsync(bool disposing)
114
115
116
117
118
119
120
121
0 commit comments