Removing Channel(s), tryTell etc, everything compiles but all tests are semibroken
This commit is contained in:
parent
cccf6b4ed9
commit
1b730b5c82
96 changed files with 353 additions and 742 deletions
|
|
@ -459,7 +459,7 @@ class RoutingSpec extends AkkaSpec {
|
|||
case Stop(None) ⇒ self.stop()
|
||||
case Stop(Some(_id)) if (_id == id) ⇒ self.stop()
|
||||
case _id: Int if (_id == id) ⇒
|
||||
case _ ⇒ Thread sleep 100 * id; channel.tryTell(id)
|
||||
case _ ⇒ Thread sleep 100 * id; sender.tell(id)
|
||||
}
|
||||
|
||||
override def postStop = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue