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

Crash when actor is destreamed OnDynamicActorStreamOut #416

Open
IS4Code opened this issue Jan 26, 2022 · 0 comments
Open

Crash when actor is destreamed OnDynamicActorStreamOut #416

IS4Code opened this issue Jan 26, 2022 · 0 comments

Comments

@IS4Code
Copy link

IS4Code commented Jan 26, 2022

Performing an action that causes a dynamic actor to be destreamed from inside OnDynamicActorStreamOut seems to be causing crashes in DestroyActor during the following ProcessTick (tested on Linux). The issue is not directly related to the streamer, as I suspect performing DestroyActor inside OnActorStreamOut could have the same consequences, but, considering the underlying actors are kind of an implementation detail, it would be better to disable calling DestroyActor when the execution is inside these callbacks.

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

1 participant