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

New added Actors to a running container of a simulation should have the container init logic applied #9

Open
xetra11 opened this issue Aug 23, 2022 · 0 comments
Labels
Milestone

Comments

@xetra11
Copy link
Collaborator

xetra11 commented Aug 23, 2022

When a new actor is added to a running simulation the container initialization logic is not applied to it. This is mostly because containers are created before dynamic actors are being added to the simulation.

For actors that are added to the simulation beforehand it works fine.

When a new actor is added to the simulation the containers init callbacks should be applied to it as well. Maybe a flag to prevent this behavior is useful.

@xetra11 xetra11 added this to the Release 1.0 milestone Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant