-
Notifications
You must be signed in to change notification settings - Fork 5
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
Changed implementation of actor naming #523
Conversation
As hinted to in #103, I would like an actor name generation better that is using more meaningful names (not less, as the generation time in nanoseconds has no meaning to the actor). Maybe we can use system participant ids here, if possible? |
!test |
# Conflicts: # CHANGELOG.md
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.
I think the random number wouldn't even be necessary per this PR, but it doesn't hurt either.
Could you take care of the code smell before we merge this @danielfeismann ?
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.
Looks good, let's finally get this in
Resolves #103