Fix a few

This commit is contained in:
sta
2014-02-08 17:05:24 +09:00
parent d98b041c1e
commit 515cf0cfcf
2 changed files with 16 additions and 6 deletions

View File

@@ -45,7 +45,9 @@ namespace Example3
_httpsv.AddWebSocketService<Echo> ("/Echo");
_httpsv.AddWebSocketService<Chat> ("/Chat");
//_httpsv.AddWebSocketService<Chat> ("/Chat", () => new Chat ("Anon#"));
//_httpsv.AddWebSocketService<Chat> (
// "/Chat",
// () => new Chat ("Anon#") { Protocol = "chat" });
_httpsv.Start ();
if (_httpsv.IsListening) {