Changed IsKeepAlive to IsAlive in WebSocket.cs
This commit is contained in:
Binary file not shown.
@@ -116,7 +116,7 @@ namespace Example
|
||||
Console.Write("> ");
|
||||
data = Console.ReadLine();
|
||||
if (data == "exit")
|
||||
//if (data == "exit" || !ws.IsKeepAlive)
|
||||
//if (data == "exit" || !ws.IsAlive)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user