-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add solution 9 - a demo of working with Timers in Orleans. #202
Conversation
Thanks for taking the initiative Camilo. I should have some time next week to review this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for all the hard work you've invested into this. I left some comments, please let me know what you think.
Also, if you ever want to update the diagram of all solutions, I used Plant UML for it - you can get a VS Code plugin for rendering and exporting diagrams. Current version of the diagram is here: https://github.com/PiotrJustyna/road-to-orleans/blob/main/solutions.puml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, the change looks more compact than the last iteration. Left some comments, nothing major.
Hey @PiotrJustyna, all comments solved. |
Aims to fix #149