V5: Early Feedback and Discussion #3434
Replies: 2 comments 10 replies
-
Topic: Spawning actors from
|
Beta Was this translation helpful? Give feedback.
-
Topic: LifecycleSignals and TransitionProcessing lifecycle signals in the I still have an inner conflict about my preferred approach. Hopefully, other thoughts and opinions can resolve this conflict... :) Some of my thoughts regarding this topic:
I am really not sure about the correct approach and open for feedback. Explicit methods for transitioning lifecycle seem to simplify some things and allow the "event" transition focused on sent events. At the same time, handling everything in a single transition function might be conceptually cleaner. Either way, I am more than happy to contribute potential changes and help "finishing" the story around behaviors and actors. |
Beta Was this translation helpful? Give feedback.
-
I started to look into updating XSystem to support V5 as soon as possible when it arrives.
Therefore, Most of my feedback and questions are related to
Behavior
s andActorRef
s. I really dig the LifecycleSignals since they fix a long-standing issue in XSystem - not being able to cleanup resources on stop.Instead of discussing this in Discord, I feel like this is a better place to open new questions/feedback by "answering" (GitHub term) this discussion, which can then be further discussed by replying to the "answers". Of course, other are free to joins and post questions/feedback as well. 😃
Beta Was this translation helpful? Give feedback.
All reactions