mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 01:52:46 -04:00
Dispose BlockingCollection
This commit is contained in:
@@ -72,6 +72,8 @@ public sealed class ConnectionPool : IDisposable
|
||||
connection.Dispose();
|
||||
}
|
||||
|
||||
_connections.Dispose();
|
||||
|
||||
_disposed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user