Skip to content

Commit 31d9ea6

Browse files
committed
Tokensource is readonly
1 parent fb0bf12 commit 31d9ea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceControl.Infrastructure/AsyncTimer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public async Task Stop(CancellationToken cancellationToken)
7777

7878
await tokenSource.CancelAsync().ConfigureAwait(false);
7979
tokenSource.Dispose();
80-
tokenSource = null;
8180

8281
if (task == null)
8382
{

0 commit comments

Comments
 (0)