[Modify] Polish it

This commit is contained in:
sta 2022-02-15 21:21:18 +09:00
parent 2343ef6427
commit 38a306dfc1

View File

@ -112,10 +112,13 @@ namespace Example
//ws.ConnectAsync ();
Console.WriteLine ("\nType 'exit' to exit.\n");
while (true) {
Thread.Sleep (1000);
Console.Write ("> ");
var msg = Console.ReadLine ();
if (msg == "exit")
break;