mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #942] [CLOSED] WIP: Removed CoreAppHost implementation of ApplicationHost #8577
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/942
Author: @wtaylor
Created: 2/19/2019
Status: ❌ Closed
Base:
master← Head:remove-CoreAppHost📝 Commits (1)
6c4b033Removed CoreAppHost implementation of ApplicationHost📊 Changes
9 files changed (+44 additions, -84 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+27 -8)📝
Emby.Server.Implementations/SocketSharp/HttpFile.cs(+1 -1)📝
Emby.Server.Implementations/SocketSharp/RequestMono.cs(+2 -2)📝
Emby.Server.Implementations/SocketSharp/SharpWebSocket.cs(+1 -1)📝
Emby.Server.Implementations/SocketSharp/WebSocketSharpListener.cs(+2 -2)📝
Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs(+5 -5)📝
Emby.Server.Implementations/SocketSharp/WebSocketSharpResponse.cs(+1 -1)➖
Jellyfin.Server/CoreAppHost.cs(+0 -61)📝
Jellyfin.Server/Program.cs(+5 -3)📄 Description
CoreAppHost didn't provide anything over ApplicationHost and as we'll
only have one implementation of ApplicationHost, it makes sense to
remove abstract and add CoreAppHost's functionality to ApplicationHost.
As a side effect of this, SocketSharp had to be moved to
Server.Implementations which is where it should have been anyway.
Marked WIP to get feedback on the removal of CoreAppHost and to make sure GetEntryAssembly gives us the same result as typeof(CoreAppHost).Assembly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.