fix(AuthClient): remove _lazyInitiator
This commit is contained in:
@@ -9,9 +9,7 @@ public class AuthClient : IAuthClient, IAsyncDisposable
|
||||
{
|
||||
private readonly HubConnection _connection;
|
||||
|
||||
private readonly Lazy<Task<bool>> _lazyInitiator;
|
||||
|
||||
private readonly ILogger? _logger;
|
||||
private readonly ILogger<AuthClient>? _logger;
|
||||
|
||||
private readonly ClientParams _params;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user