pekko/akka-remote/src
Arnout Engelen 4c732e9865
Avoid ActorsLeakSpec failure (#30539)
* Avoid ActorsLeakSpec failure

Would fail when we see two termination warnings right
after each other. It would be nicer if we could add a
flag to ignore excess messages like we have in the
typed testkit, but it doesn't seem worth it to overhaul
the API to add that.

Fixes #25316

* Await.ready -> Await.result
2021-08-18 08:59:41 +02:00
..
main Run akka-remote tests on Scala 3 (#30415) 2021-07-27 16:42:20 +02:00
test Avoid ActorsLeakSpec failure (#30539) 2021-08-18 08:59:41 +02:00