Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
ipitio
2023-02-24 11:45:56 -05:00
committed by GitHub
parent 62204dce00
commit c29e8ffe1d

View File

@@ -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)