mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-22 22:38:10 +03:00
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user