Develop #10

Merged
SemvdH merged 229 commits from develop into master 2020-10-29 22:50:49 +00:00
Showing only changes of commit 341723d1d1 - Show all commits

View File

@@ -34,6 +34,7 @@ namespace Client
private static NetworkStream stream;
private static Dictionary<string, HandleSerial> serialResponses = new Dictionary<string, HandleSerial>();
private Command mainCommand;
public bool Connected = false;
@@ -84,6 +85,7 @@ namespace Client
// wait until we have a tunnel id
while (tunnelId == string.Empty) { }
Write("got tunnel id! " + tunnelId);
mainCommand = new Command(tunnelId);
}
/// <summary>