mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
Investigate some TODO comments
This commit is contained in:
@@ -227,9 +227,10 @@ namespace MediaBrowser.Controller.Net
|
||||
connection.Item2.Cancel();
|
||||
connection.Item2.Dispose();
|
||||
}
|
||||
catch (ObjectDisposedException)
|
||||
catch (ObjectDisposedException ex)
|
||||
{
|
||||
// TODO Investigate and properly fix.
|
||||
Logger.LogError(ex, "Object Disposed");
|
||||
}
|
||||
|
||||
lock (_activeConnections)
|
||||
|
||||
Reference in New Issue
Block a user