mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-13 11:44:54 +00:00
fix: add param info, clean up trailing whitespace and minor formatting
This commit is contained in:
@@ -67,6 +67,8 @@ namespace PepperDash.Core
|
||||
/// <summary>
|
||||
/// Constructor for DebugWebsocketSink
|
||||
/// </summary>
|
||||
/// <param name="formatProvider">text formatter for log output</param>
|
||||
|
||||
public DebugWebsocketSink(ITextFormatter formatProvider)
|
||||
{
|
||||
|
||||
@@ -227,7 +229,7 @@ namespace PepperDash.Core
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Provides extension methods for DebugWebsocketSink
|
||||
/// Provides extension methods for DebugWebsocketSink
|
||||
/// </summary>
|
||||
public static class DebugWebsocketSinkExtensions
|
||||
{
|
||||
@@ -310,7 +312,7 @@ namespace PepperDash.Core
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// OnError method
|
||||
/// OnError method
|
||||
/// </summary>
|
||||
protected override void OnError(WebSocketSharp.ErrorEventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user