[Modify] Replace it

This commit is contained in:
sta 2016-12-10 16:42:12 +09:00
parent 06ae1e459e
commit 57e0bee4c0

View File

@ -433,7 +433,7 @@ namespace WebSocketSharp
/// </value>
public bool IsAlive {
get {
return Ping ();
return ping (EmptyBytes);
}
}