akka-concurrency-wyatt icon indicating copy to clipboard operation
akka-concurrency-wyatt copied to clipboard

Worked through Derek Wyatt's Akka Concurrency book

Results 2 akka-concurrency-wyatt issues
Sort by recently updated
recently updated
newest added

Here is the error msg: ``` Information:2/25/16, 3:22 PM - Compilation completed with 1 error and 7 warnings in 1s 805ms Error:scalac: Error: org.jetbrains.jps.incremental.scala.remote.ServerException Error compiling sbt component 'compiler-interface-2.10.0-52.0' at...

How can we replace the deprecated `isTerminated` method? It is used in [FlyingBehaviour.scala](https://github.com/danluu/akka-concurrency-wyatt/blob/master/src/main/scala/FlyingBehavior.scala) on line 93: ``` def prepComplete(data: Data): Boolean = { data match { case FlightData(c, _, _,...