Browse Source

[Modify] Edit it

pull/571/merge
sta 4 months ago
parent
commit
5e7f4031d2
  1. 2
      websocket-sharp/Server/WebSocketBehavior.cs

2
websocket-sharp/Server/WebSocketBehavior.cs

@ -1069,7 +1069,7 @@ namespace WebSocketSharp.Server
/// received within a time; otherwise, <c>false</c>.
/// </returns>
/// <exception cref="InvalidOperationException">
/// The session has not started yet.
/// The Ping method is not available when the session has not started yet.
/// </exception>
protected bool Ping ()
{

Loading…
Cancel
Save