add mono CreateWebRequest workaround

This commit is contained in:
Luke Pulverenti
2015-06-07 17:21:30 -04:00
parent c0125c03fd
commit e8322b4a12
4 changed files with 36 additions and 11 deletions

View File

@@ -179,7 +179,8 @@ namespace MediaBrowser.Server.Implementations.ServerManager
if (!message.StartsWith("{", StringComparison.OrdinalIgnoreCase))
{
_logger.Error("Received web socket message that is not a json structure: " + message);
// This info is useful sometimes but also clogs up the log
//_logger.Error("Received web socket message that is not a json structure: " + message);
return;
}