Skip to content

Commit 022368d

Browse files
committed
Changed IsKeepAlive to IsAlive in WebSocket.cs
1 parent 85ef380 commit 022368d

19 files changed

Lines changed: 13 additions & 24 deletions

Example/Example.pidb

0 Bytes
Binary file not shown.

Example/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static void Main(string[] args)
116116
Console.Write("> ");
117117
data = Console.ReadLine();
118118
if (data == "exit")
119-
//if (data == "exit" || !ws.IsKeepAlive)
119+
//if (data == "exit" || !ws.IsAlive)
120120
{
121121
break;
122122
}
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-15 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)