Akka Scala actor scheduled message does not appear to fire
问题 In experimenting with Akka actors, I cooked up a use case which doesn't quite work as expected. I've defined an actor, MyActor which receives a "start" message. This message kicks off a scheduler which should relays a message "request" to it self every 1 second . Here's the code: import akka.actor._ import scala.concurrent.Await import scala.concurrent.duration._ import akka.pattern.gracefulStop import scala.concurrent.ExecutionContext.Implicits.global object ScheduledActors { def main(args: