Finalize connection authorization acceptance

This commit is contained in:
2026-09-22 18:05:47 +08:00
parent 58a459bb15
commit 0bede18fce
9 changed files with 126 additions and 229 deletions
@@ -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();