Merge pull request #1304 from akka/wip-2839-dispatcher-deploy-config-patriknw

Add dispatcherId to deployment config, see #2839
This commit is contained in:
Patrik Nordwall 2013-04-08 12:03:43 -07:00
commit 9f45dd90b7
18 changed files with 293 additions and 76 deletions

View file

@ -232,7 +232,7 @@ private[akka] class RemoteActorRefProvider(
}
Iterator(props.deploy) ++ deployment.iterator reduce ((a, b) b withFallback a) match {
case d @ Deploy(_, _, _, RemoteScope(addr))
case d @ Deploy(_, _, _, RemoteScope(addr), _)
if (hasAddress(addr)) {
local.actorOf(system, props, supervisor, path, false, deployment.headOption, false, async)
} else {