Browse Source

[Modify] Edit it

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

5
websocket-sharp/Server/WebSocketBehavior.cs

@ -883,7 +883,7 @@ namespace WebSocketSharp.Server
/// This method does not wait for the close to be complete.
/// </para>
/// <para>
/// This method does nothing if the current state of the WebSocket
/// This method does nothing when the current state of the WebSocket
/// interface is Closing or Closed.
/// </para>
/// </remarks>
@ -936,7 +936,8 @@ namespace WebSocketSharp.Server
/// </para>
/// </exception>
/// <exception cref="InvalidOperationException">
/// The session has not started yet.
/// The CloseAsync method is not available when the session has not
/// started yet.
/// </exception>
protected void CloseAsync (ushort code, string reason)
{

Loading…
Cancel
Save