Fix a few for Example1
This commit is contained in:
@@ -18,7 +18,8 @@ namespace Example1
|
|||||||
while (name.Length == 0);
|
while (name.Length == 0);
|
||||||
|
|
||||||
streamer.Connect (name);
|
streamer.Connect (name);
|
||||||
Console.WriteLine ("\nType \"exit\" to exit.\n");
|
|
||||||
|
Console.WriteLine ("\nType 'exit' to exit.\n");
|
||||||
while (true) {
|
while (true) {
|
||||||
Thread.Sleep (1000);
|
Thread.Sleep (1000);
|
||||||
Console.Write ("> ");
|
Console.Write ("> ");
|
||||||
|
Reference in New Issue
Block a user