aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-14 18:38:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-05-14 18:38:41 -0400
commitf64f0603ae9d537059ec1ee786f4f2cdb36eaf59 (patch)
treeaa6ec83bf0ddda574abac63d46d5efaa687f46d8
parentb6e102a03cce7187670f692d1abb7672766c2371 (diff)
update socket connection
-rw-r--r--MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs b/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs
index b8cab0c19..b473444ac 100644
--- a/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs
+++ b/MediaBrowser.Server.Implementations/Session/SessionWebSocketListener.cs
@@ -92,7 +92,7 @@ namespace MediaBrowser.Server.Implementations.Session
if (session == null)
{
- e.AllowConnection = false;
+ //e.AllowConnection = false;
}
}
}