Making sure that akka-remote and akka-remote-tests compiles and that tests are green
This commit is contained in:
parent
743f9cd8ff
commit
f3078263bc
6 changed files with 9 additions and 2 deletions
|
|
@ -141,6 +141,7 @@ abstract class Ticket1978CommunicationSpec(val cipherConfig: CipherConfig) exten
|
|||
}
|
||||
|
||||
"support ask" in {
|
||||
import system.dispatcher
|
||||
val here = system.actorFor(otherAddress.toString + "/user/echo")
|
||||
|
||||
val f = for (i ← 1 to 1000) yield here ? (("ping", i)) mapTo manifest[((String, Int), ActorRef)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue