Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example code (Walkthrough) throws an exception #21

Closed
austinejei opened this issue May 22, 2018 · 1 comment
Closed

Example code (Walkthrough) throws an exception #21

austinejei opened this issue May 22, 2018 · 1 comment

Comments

@austinejei
Copy link

Example code (Walkthrough) throws an exception.
Please check position of these lines:

AccountManager = aggregateManager; RevenueRepository = revenueRepository;

Thanks.

@Lutando
Copy link
Collaborator

Lutando commented May 22, 2018

Change
https://github.com/Lutando/Akkatecture/blob/master/examples/walkthrough/Akkatecture.Walkthrough.Application/Program.cs#L56

To the following:

system.ActorOf(Props.Create(() => new RevenueSubscriber(revenueRepository)),"revenue-subscriber");

I will check in the fix shortly. Let me know if this helps

Lutando added a commit that referenced this issue May 23, 2018
@Lutando Lutando closed this as completed May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants