Browse Source

update socket connection

Luke Pulverenti 10 years ago
parent
commit
f64f0603ae

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