mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
Add IDisposable
This commit is contained in:
parent
86624e92d3
commit
82887ec710
@ -18,7 +18,7 @@ namespace Emby.Server.Implementations.QuickConnect
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Quick connect implementation.
|
/// Quick connect implementation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class QuickConnectManager : IQuickConnect
|
public class QuickConnectManager : IQuickConnect, IDisposable
|
||||||
{
|
{
|
||||||
private readonly RNGCryptoServiceProvider _rng = new RNGCryptoServiceProvider();
|
private readonly RNGCryptoServiceProvider _rng = new RNGCryptoServiceProvider();
|
||||||
private readonly ConcurrentDictionary<string, QuickConnectResult> _currentRequests = new ConcurrentDictionary<string, QuickConnectResult>();
|
private readonly ConcurrentDictionary<string, QuickConnectResult> _currentRequests = new ConcurrentDictionary<string, QuickConnectResult>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user