Fix a few for Example1
This commit is contained in:
parent
7f0dbe6259
commit
3a31cd9501
@ -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 ("> ");
|
||||||
|
Loading…
Reference in New Issue
Block a user