#enqueueActions: should it provide self?
1 messages · Page 1 of 1 (latest)
actually using the function form for the args on the enqueue actions can provide self, though maybe not for spawnChild?
PS, love enqueueActions over pure
1 messages · Page 1 of 1 (latest)
I noticed this in the changes list in the 5.0.0 release:
The self actor reference is now available in all action metas. This makes it easier to reference the "self" ActorRef so that actions such as sendTo can include it in the event payload...
however when using enqueueActions, self is not available.
actually using the function form for the args on the enqueue actions can provide self, though maybe not for spawnChild?
PS, love enqueueActions over pure