Browse Source

[Modify] Edit it

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

2
websocket-sharp/Server/WebSocketBehavior.cs

@ -695,7 +695,7 @@ namespace WebSocketSharp.Server
/// Closes the WebSocket connection for a session.
/// </summary>
/// <remarks>
/// 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.
/// </remarks>
/// <exception cref="InvalidOperationException">

Loading…
Cancel
Save