Warnings for docs

This commit is contained in:
Bond-009
2019-02-13 17:19:55 +01:00
parent 34af7501fa
commit be77e14db9
4 changed files with 26 additions and 20 deletions

View File

@@ -55,6 +55,7 @@ namespace Jellyfin.Server.SocketSharp
void socket_OnError(object sender, SocketHttpListener.ErrorEventArgs e)
{
_logger.LogError("Error in SharpWebSocket: {Message}", e.Message ?? string.Empty);
// Closed?.Invoke(this, EventArgs.Empty);
}