Fix for issue #5

This commit is contained in:
sta
2012-08-18 02:17:12 +09:00
parent 4613831582
commit ff94d551ff
47 changed files with 20 additions and 18 deletions

Binary file not shown.

View File

@@ -12,8 +12,8 @@ namespace Example2
wssv.Start();
Console.WriteLine(
"WebSocket Server (url: {0})\n listening on address: {1} port: {2}\n",
wssv.Url, wssv.Address, wssv.Port);
"WebSocket Server (url: {0}) listening on port: {1}\n",
wssv.Url, wssv.Port);
Console.WriteLine("Press any key to stop server...");
Console.ReadLine();

Binary file not shown.

Binary file not shown.

Binary file not shown.