Keep the dispatcher inhabitants count balanced. See #2919

Conflicts:
	akka-remote/src/test/scala/akka/remote/UntrustedSpec.scala
This commit is contained in:
Björn Antonsson 2013-01-25 08:04:01 +01:00
parent d486721563
commit bd25c94445
4 changed files with 20 additions and 12 deletions

View file

@ -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 _