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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)