Removed create-as and corresponding ActorRecipe. See #1511
This commit is contained in:
parent
e81791cbb6
commit
f01b9486aa
8 changed files with 9 additions and 46 deletions
|
|
@ -103,7 +103,7 @@ class RemoteActorRefProvider(
|
|||
})
|
||||
|
||||
deployment match {
|
||||
case Some(Deploy(_, _, _, _, RemoteScope(address))) ⇒
|
||||
case Some(Deploy(_, _, _, RemoteScope(address))) ⇒
|
||||
// FIXME RK this should be done within the deployer, i.e. the whole parsing business
|
||||
address.parse(remote.transports) match {
|
||||
case Left(x) ⇒
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue