Warn about likely incorrect .stop()
invocations.
#1435
Unanswered
nathanhammond
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During development it is likely possible to catch incorrect
.stop()
invocations. There are two scenarios I can identify that would have this problem:.stop()
invocations that would occur on the wrongcontext
as they occur in the user actions instead of built-in actions. (SeeinitialState
lifecycle seems to miss "after" transition. #1403 and Document stopping actors. #1434.)stop()
that happen in the same action resolution pass as the associatedspawn()
.Note that both of these problems would exhibit the same behavior, but would have a different cause.
Beta Was this translation helpful? Give feedback.
All reactions