Finalize connection authorization acceptance
This commit is contained in:
@@ -173,6 +173,8 @@ public sealed class RemoteAgentHostedService(
|
||||
ISet<string> blockedAccountIds,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
if (!remote.IsConfigured)
|
||||
return;
|
||||
foreach (var account in reporting.Accounts.Where(item => item.Enabled))
|
||||
{
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
Reference in New Issue
Block a user