This commit is contained in:
snltty
2024-08-15 11:46:52 +08:00
parent f2680e5192
commit 866d8df543

View File

@@ -186,6 +186,12 @@ namespace linker.tunnel.connection
{
while (cancellationTokenSource.IsCancellationRequested == false)
{
if(Connected == false)
{
Dispose();
break;
}
if (Environment.TickCount64 - LastTicks > 3000)
{
pingStart = Environment.TickCount64;