aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/WebSocket
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-02-27 23:22:55 +0100
committerClaus Vium <clausvium@gmail.com>2019-02-27 23:22:55 +0100
commitfb1de5a9213f7da98ed15a6975201d6bca3537d4 (patch)
tree74ca93c5b068e148cfa67ad013d9db650b2ebb0d /Emby.Server.Implementations/WebSocket
parent71ed8409446774c395b339728e2436c3b30536d8 (diff)
Remove more cruft and add the beginnings of a socket middleware
Diffstat (limited to 'Emby.Server.Implementations/WebSocket')
-rw-r--r--Emby.Server.Implementations/WebSocket/WebSocketManager.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/WebSocket/WebSocketManager.cs b/Emby.Server.Implementations/WebSocket/WebSocketManager.cs
new file mode 100644
index 000000000..7472820cf
--- /dev/null
+++ b/Emby.Server.Implementations/WebSocket/WebSocketManager.cs
@@ -0,0 +1,7 @@
+namespace Emby.Server.Implementations.WebSocket
+{
+ public class WebSocketManager
+ {
+
+ }
+}