Fixed according to review comments.
This commit is contained in:
parent
a0a860f0f7
commit
5b96c28acd
13 changed files with 199 additions and 191 deletions
|
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue