mirror of
https://github.com/snltty/linker.git
synced 2025-12-24 12:38:04 +08:00
sync
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user