rename ActorPath.{pathElemens => elements}
This commit is contained in:
parent
eeca88d674
commit
0b5f8b083d
5 changed files with 29 additions and 29 deletions
|
|
@ -212,7 +212,7 @@ class RemoteActorRefProvider(
|
|||
.setPayload(ByteString.copyFrom(actorFactoryBytes))
|
||||
.build()
|
||||
|
||||
val connectionFactory = () ⇒ actorFor(RootActorPath(remoteAddress) / remote.remoteDaemon.path.pathElements)
|
||||
val connectionFactory = () ⇒ actorFor(RootActorPath(remoteAddress) / remote.remoteDaemon.path.elements)
|
||||
|
||||
// try to get the connection for the remote address, if not already there then create it
|
||||
val connection = remoteDaemonConnectionManager.putIfAbsent(remoteAddress, connectionFactory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue