Fixed according to review comments.

This commit is contained in:
Endre Sándor Varga 2012-11-22 13:33:48 +01:00
parent a0a860f0f7
commit 5b96c28acd
13 changed files with 199 additions and 191 deletions

View file

@ -166,7 +166,6 @@ class RemoteActorRefProvider(
} else {
val localAddress = transport.localAddressForRemote(addr)
val rpath = RootActorPath(addr) / "remote" / localAddress.protocol / localAddress.hostPort / path.elements
useActorOnNode(rpath, props, d, supervisor)
new RemoteActorRef(this, transport, localAddress, rpath, supervisor, Some(props), Some(d))
}