This project was live-coded at the "Entwicklung von REST-Services mit Scala, Spray und Akka" talk.
I added two changes after the talk, based on questions from the audience:
-
The
SlowActor
now stops itself after it finished its work. -
The client shutdown is now handled in one
onComplete
handler instead of two, because the order in which multipleonComplete
handlers run is undefined.
You can follow/contact me via twitter: @TobiasRoeser
Hope to see you at the next @ScalaLeipzig event.