瀏覽代碼

update socket connection

Luke Pulverenti 10 年之前
父節點
當前提交
f64f0603ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs

+ 1 - 1
MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs

@@ -92,7 +92,7 @@ namespace MediaBrowser.Server.Implementations.Session
 
                 if (session == null)
                 {
-                    e.AllowConnection = false;
+                    //e.AllowConnection = false;
                 }
             }
         }