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
1 changed files with 1 additions and 1 deletions

View File

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