소스 검색

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;
                 }
             }
         }