up 7.25.2
This commit is contained in:
2dust
2026-09-20 10:17:59 +08:00
parent 740729c847
commit 5d9718a0bb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>7.25.1</Version>
<Version>7.25.2</Version>
</PropertyGroup>
<PropertyGroup>
@@ -129,7 +129,7 @@ public partial class ClashConnectionsViewModel : MyReactiveObject
try
{
var numOfExecuted = 1;
while (true)
while (!token.IsCancellationRequested)
{
await Task.Delay(1000, token);
numOfExecuted++;
@@ -113,7 +113,7 @@ public partial class ClashProxiesViewModel : MyReactiveObject
try
{
var numOfExecuted = 1;
while (true)
while (!token.IsCancellationRequested)
{
await Task.Delay(1000, token);
numOfExecuted++;