Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/9326/head
ipitio 1 year ago committed by GitHub
parent 62204dce00
commit c29e8ffe1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -235,7 +235,7 @@ namespace MediaBrowser.Controller.Net
catch (Exception ex)
{
// TODO Investigate and properly fix.
Logger.LogError(ex, "Object Disposed Exception");
Logger.LogError(ex, "Error disposing websocket");
}
lock (_activeConnections)

Loading…
Cancel
Save