improved messages with startup failures

This commit is contained in:
Luke Pulverenti
2013-09-20 11:37:05 -04:00
parent a2fb45ba8e
commit 755d98edc0
5 changed files with 38 additions and 33 deletions

View File

@@ -529,7 +529,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{
new ClientWebSocket();
_supportsNativeWebSocket = true;
_supportsNativeWebSocket = false;
}
catch (PlatformNotSupportedException)
{