Wait other states in campaign management service

This commit is contained in:
2025-11-03 11:46:58 +09:00
parent 7cfabe0af2
commit 7d375f27d6
5 changed files with 25 additions and 2 deletions

View File

@ -114,6 +114,8 @@ namespace Hcs.WebApp.BackgroundServices
{
state.EnqueueOperation(operation);
}
state.Ready = true;
}
private void InitializeClient()