We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9908e52 commit 06ae1e4Copy full SHA for 06ae1e4
websocket-sharp/WebSocket.cs
@@ -2679,8 +2679,8 @@ public void ConnectAsync ()
2679
/// Sends a ping using the WebSocket connection.
2680
/// </summary>
2681
/// <returns>
2682
- /// <c>true</c> if a pong has been received within a time;
2683
- /// otherwise, <c>false</c>.
+ /// <c>true</c> if the ping has been sent and then a pong has been
+ /// received within a time; otherwise, <c>false</c>.
2684
/// </returns>
2685
public bool Ping ()
2686
{
0 commit comments