mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Catch Exception when disposing connection
This commit is contained in:
@@ -232,6 +232,11 @@ namespace MediaBrowser.Controller.Net
|
||||
// TODO Investigate and properly fix.
|
||||
Logger.LogError(ex, "Object Disposed");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// TODO Investigate and properly fix.
|
||||
Logger.LogError(ex, "Object Disposed Exception");
|
||||
}
|
||||
|
||||
lock (_activeConnections)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user