Here\'s what I\'m finding, and for the life of me I can\'t navigate to the reason. I\'m creating \"printer\" actors that basically either do nothing, or print a message bas
One solution is to use the Scheduler, and instead of
context.stop(self)
use:
system.scheduler.scheduleOnce(1 second) { self ! PoisonPill }