Switching to using OrderedMemoryAware executor same for all of the remoting, added more remote config tests and switched to mem size conf
This commit is contained in:
parent
88d2427b7f
commit
5d2bd2492f
7 changed files with 47 additions and 31 deletions
|
|
@ -147,5 +147,5 @@ class RemoteConnectionManager(
|
|||
}
|
||||
|
||||
private[remote] def newConnection(remoteAddress: ParsedTransportAddress, actorPath: ActorPath) =
|
||||
new RemoteActorRef(remote.provider, remote.server, actorPath, Nobody, None)
|
||||
new RemoteActorRef(remote.provider, remote.transport, actorPath, Nobody, None)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue