Develop #10
@@ -299,6 +299,7 @@ namespace ClientApp.Utils
|
||||
this.stream.Dispose();
|
||||
this.client.Dispose();
|
||||
this.handler.stop();
|
||||
this.engineConnection.Stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,7 +156,7 @@ namespace ClientApp.Utils
|
||||
Console.WriteLine("set tunnel id to " + tunnelId);
|
||||
if (tunnelId == null)
|
||||
{
|
||||
Write("could not find a valid tunnel id!");
|
||||
//Write("could not find a valid tunnel id!");
|
||||
OnNoTunnelId?.Invoke();
|
||||
Connected = false;
|
||||
FollowingRoute = false;
|
||||
|
||||
Reference in New Issue
Block a user