Skip to content

Commit 7d64c80

Browse files
committed
Remove cancellation token disposal
1 parent 7d3f979 commit 7d64c80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

osu.Server.QueueProcessor/BeatmapStatusWatcher.cs

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ private async Task poll()
133133
public void Dispose()
134134
{
135135
cts.Cancel();
136-
cts.Dispose();
137136
}
138137
}
139138
}

0 commit comments

Comments
 (0)