aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/WebSocketManager.cs
AgeCommit message (Collapse)Author
2021-04-11Merge pull request #5702 from cvium/ws-authBond-009
add simple auth handling to websocketmanager (cherry picked from commit 3412120c614384fc82bef4571c2fdcd45dae0a38) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-11-28Remove circular dependency between websocket listeners and managercvium
2020-11-28Revert "Removed Lazy implementation."cvium
2020-11-28Removed Lazy implementation.Greenback
2020-10-06Fix IWebSocketListener service registrationcvium
2020-09-03Kill HttpListenerHostClaus Vium