Ver Fonte

update socket connection

Luke Pulverenti há 10 anos atrás
pai
commit
f64f0603ae

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

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