From 7f0dbe62596dd3580bedceacb4df3cb73cf7c92a Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 30 Mar 2014 15:52:08 +0900 Subject: [PATCH] Fix a few for Example --- Example/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Program.cs b/Example/Program.cs index ab0ae5ba..2fcb40c5 100644 --- a/Example/Program.cs +++ b/Example/Program.cs @@ -47,7 +47,7 @@ namespace Example }); #if DEBUG - // Changing logging level + // Changing the logging level ws.Log.Level = LogLevel.Trace; #endif // Setting Per-message Compression @@ -69,13 +69,13 @@ namespace Example // Setting Cookies //ws.SetCookie (new Cookie ("name", "nobita")); - //ws.SetCookie (new Cookie ("role", "\"idiot, gunfighter\"")); + //ws.SetCookie (new Cookie ("roles", "\"idiot, gunfighter\"")); // Connecting to the server ws.Connect (); //ws.ConnectAsync (); - Console.WriteLine ("\nType \"exit\" to exit.\n"); + Console.WriteLine ("\nType 'exit' to exit.\n"); while (true) { Thread.Sleep (1000); Console.Write ("> ");