#enqueueActions: should it provide self?

1 messages · Page 1 of 1 (latest)

little tree
#

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.

little tree
#

actually using the function form for the args on the enqueue actions can provide self, though maybe not for spawnChild?

little tree
#

PS, love enqueueActions over pure

versed ledge