0

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.

phwt
  • 1,356
  • 1
  • 22
  • 42

0 Answers0