migrating Doubler, KeepGoing to GraphStage

This commit is contained in:
zhxiaog 2016-04-14 00:37:15 +08:00
parent a1423b6e7d
commit 16ac832b14
2 changed files with 64 additions and 36 deletions

View file

@ -132,7 +132,7 @@ class HttpServerExampleSpec extends WordSpec with Matchers
"connection-stream-failure-handling" in compileOnlySpec {
import akka.actor.ActorSystem
import akka.http.scaladsl.Http
import akka.http.scaladsl.model.{ContentTypes, HttpEntity}
import akka.http.scaladsl.model.{ ContentTypes, HttpEntity }
import akka.stream.ActorMaterializer
implicit val system = ActorSystem()