Fixed WebSocket.cs

This commit is contained in:
sta
2012-09-17 18:41:08 +09:00
parent 56c5f81c46
commit b136b39cbb
59 changed files with 31 additions and 30 deletions
Binary file not shown.
+2 -2
View File
@@ -7,9 +7,9 @@ namespace Example2
{
public static void Main(string[] args)
{
//var wssv = new WebSocketServer<Echo>("ws://localhost:4649");
var wssv = new WebSocketServer<Echo>("ws://localhost:4649");
//var wssv = new WebSocketServer<Chat>("ws://localhost:4649");
var wssv = new WebSocketServer<Echo>(4649);
//var wssv = new WebSocketServer<Echo>(4649);
wssv.Start();
Console.WriteLine(
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.