update socket connection

This commit is contained in:
Luke Pulverenti 2015-05-14 18:38:41 -04:00
parent b6e102a03c
commit f64f0603ae

View File

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