Reputation: 1
Registering actor as follows:
ActorRuntime.RegisterActorAsync<JobTriggerActor>(
context, actorType) => new ActorService(context, actorType)).GetAwaiter().GetResult();
and by adding a breakpoint at the ReceiveReminderAsync
method it's triggered 3 times after each duration.
Upvotes: 0
Views: 51