mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
add mono CreateWebRequest workaround
This commit is contained in:
parent
c0125c03fd
commit
e8322b4a12
4 changed files with 36 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue