Browse Source

[Modify] Edit it

pull/298/merge
sta 4 months ago
parent
commit
a807fa655f
  1. 2
      websocket-sharp/Server/WebSocketBehavior.cs

2
websocket-sharp/Server/WebSocketBehavior.cs

@ -106,7 +106,7 @@ namespace WebSocketSharp.Server
/// <c>true</c> if the communication is possible; otherwise, <c>false</c>.
/// </value>
/// <exception cref="InvalidOperationException">
/// The session has not started yet.
/// The get operation is not available when the session has not started yet.
/// </exception>
protected bool IsAlive {
get {

Loading…
Cancel
Save