Replies: 1 comment
-
@BMR11 - this might just be a typo in your example, but you're invoking an actor called |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a listener set in
fromPromise
actor, and want to get the latest context values inside this listener,It looks like the context I pass to fromPromise via input, is stale and not updating.
I am updating the context using assign as part of handling events.
Example:
Can anyone help if this is by design OR I am missing something here.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions