You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to add an Event Processor. Such as...
EvenGatewayActorRef = await MainActorSystem
.SetupEven()
.UseStore(memoryStore)
.AddProjection()
.AddEventProcessor()
.Start("even");
The problem is the Ask timeout. I am really struggling with debugging the cause. Any pointers would be most appreciated. Thanks
The text was updated successfully, but these errors were encountered:
I am struggling to add an Event Processor. Such as...
EvenGatewayActorRef = await MainActorSystem
.SetupEven()
.UseStore(memoryStore)
.AddProjection()
.AddEventProcessor()
.Start("even");
The problem is the Ask timeout. I am really struggling with debugging the cause. Any pointers would be most appreciated. Thanks
The text was updated successfully, but these errors were encountered: