Keep the dispatcher inhabitants count balanced. See #2919
Conflicts: akka-remote/src/test/scala/akka/remote/UntrustedSpec.scala
This commit is contained in:
parent
d486721563
commit
bd25c94445
4 changed files with 20 additions and 12 deletions
|
|
@ -79,6 +79,7 @@ private[akka] class RemoteSystemDaemon(
|
|||
path, systemService = false, Some(deploy), lookupDeploy = true, async = false)
|
||||
addChild(subpath.mkString("/"), actor)
|
||||
actor.sendSystemMessage(Watch(actor, this))
|
||||
actor.start()
|
||||
}
|
||||
if (isTerminating) log.error("Skipping [{}] to RemoteSystemDaemon on [{}] while terminating", message, path.address)
|
||||
case _ ⇒
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue