Wait other states in campaign management service
This commit is contained in:
@ -4,6 +4,7 @@ using Hcs.Broker.MessageCapturer;
|
||||
using Hcs.WebApp.BackgroundServices.OperationExecutors;
|
||||
using Hcs.WebApp.Config;
|
||||
using Hcs.WebApp.Services;
|
||||
using System.Transactions;
|
||||
|
||||
namespace Hcs.WebApp.BackgroundServices
|
||||
{
|
||||
@ -69,6 +70,8 @@ namespace Hcs.WebApp.BackgroundServices
|
||||
{
|
||||
state.EnqueueOperation(operation);
|
||||
}
|
||||
|
||||
state.Ready = true;
|
||||
}
|
||||
|
||||
private void InitializeClient()
|
||||
|
||||
Reference in New Issue
Block a user