Fix for issue #4

This commit is contained in:
sta
2012-08-18 14:27:00 +09:00
parent 475d299c3d
commit 0f0a05feb2
47 changed files with 9 additions and 7 deletions

Binary file not shown.

View File

@@ -112,7 +112,7 @@ namespace Example
Console.Write("> ");
data = Console.ReadLine();
if (data == "exit")
if (data == "exit" || !ws.IsConnected)
{
break;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.