|
|
|
@ -433,7 +433,7 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Called when the WebSocket instance used in a session receives a message.
|
|
|
|
/// Called when the WebSocket instance for a session receives a message.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="e">
|
|
|
|
/// <param name="e">
|
|
|
|
/// A <see cref="MessageEventArgs"/> that represents the event data passed
|
|
|
|
/// A <see cref="MessageEventArgs"/> that represents the event data passed
|
|
|
|
|