mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:57:23 +01:00
more fixes
This commit is contained in:
parent
5233ce860b
commit
104cc53191
6 changed files with 38 additions and 14 deletions
|
|
@ -51,7 +51,7 @@ public static class VariousExtensions
|
|||
|
||||
public static CancellationTokenSource CancelRecreate(this CancellationTokenSource? cts)
|
||||
{
|
||||
cts.CancelDispose();
|
||||
cts?.CancelDispose();
|
||||
return new CancellationTokenSource();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue