Fixed issue #240: Supervised actors not started when starting supervisor
This commit is contained in:
parent
e0477baeb4
commit
b29ce25174
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ sealed class Supervisor private[akka] (
|
|||
servers.map(server =>
|
||||
server match {
|
||||
case Supervise(actorRef, lifeCycle, remoteAddress) =>
|
||||
actorRef.start
|
||||
val className = actorRef.actor.getClass.getName
|
||||
val currentActors = {
|
||||
val list = childActors.get(className)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue