Remove SocketSharp from Jellyfin.Server and some other cleanup

This commit is contained in:
Claus Vium
2019-02-26 20:22:40 +01:00
parent a85488cd20
commit 4e8de67aca
11 changed files with 11 additions and 2093 deletions

View File

@@ -2,7 +2,6 @@ using System.Collections.Generic;
using System.Reflection;
using Emby.Server.Implementations;
using Emby.Server.Implementations.HttpServer;
using Jellyfin.Server.SocketSharp;
using MediaBrowser.Model.IO;
using MediaBrowser.Model.System;
using Microsoft.Extensions.Configuration;
@@ -45,8 +44,5 @@ namespace Jellyfin.Server
}
protected override void ShutdownInternal() => Program.Shutdown();
protected override IHttpListener CreateHttpListener()
=> new WebSocketSharpListener(Logger);
}
}