Browse Source

[Modify] Polish it

pull/571/merge
sta 3 months ago
parent
commit
eaa3d9a274
  1. 2
      Example/Program.cs

2
Example/Program.cs

@ -109,7 +109,7 @@ namespace Example
// Connect to the server asynchronously.
//ws.ConnectAsync ();
Console.WriteLine ("\nType 'exit' to exit.\n");
Console.WriteLine ("\nType \"exit\" to exit.\n");
while (true) {
Thread.Sleep (1000);

Loading…
Cancel
Save