I know I saw this at some point, probably with one of the #codeneeded tags in the actor framework examples, but I'm having trouble finding it with google... I need to make sure some cleanup code gets executed when an actor is stopped.
Is sending a msg to child actor from the stop-signal user event frame in a parent actor going to be executed? Or do I have to drop the code right in that event frame? I thought that this stop signal was mapped to all actors top down. If this is the case doesn't it mean msgs sent to other actors linked to the same stop event wont necessarily be rx'd queued up and/or executed?
thanks