Add IDisposable
This commit is contained in:
parent
86624e92d3
commit
82887ec710
|
@ -18,7 +18,7 @@ namespace Emby.Server.Implementations.QuickConnect
|
|||
/// <summary>
|
||||
/// Quick connect implementation.
|
||||
/// </summary>
|
||||
public class QuickConnectManager : IQuickConnect
|
||||
public class QuickConnectManager : IQuickConnect, IDisposable
|
||||
{
|
||||
private readonly RNGCryptoServiceProvider _rng = new RNGCryptoServiceProvider();
|
||||
private readonly ConcurrentDictionary<string, QuickConnectResult> _currentRequests = new ConcurrentDictionary<string, QuickConnectResult>();
|
||||
|
|
Loading…
Reference in New Issue
Block a user