Merge remote-tracking branch 'origin/1428-RoutedActorRef-henrikengstrom' into wip-remote-supervision-rk
This commit is contained in:
commit
b84a35456d
35 changed files with 597 additions and 1909 deletions
|
|
@ -111,7 +111,7 @@ akka {
|
|||
expectMsg("postStop")
|
||||
}
|
||||
|
||||
"look-up actors across node boundaries" in {
|
||||
"look-up actors across node boundaries" ignore {
|
||||
val l = system.actorOf(Props(new Actor {
|
||||
def receive = {
|
||||
case (p: Props, n: String) ⇒ sender ! context.actorOf(p, n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue