markusthoemmes commented on a change in pull request #2218: Port Controller from Spray to Akka URL: https://github.com/apache/incubator-openwhisk/pull/2218#discussion_r127038393
########## File path: common/scala/src/main/scala/whisk/http/BasicHttpService.scala ########## @@ -19,56 +19,64 @@ package whisk.http import scala.concurrent.duration.DurationInt import scala.language.postfixOps +import scala.concurrent.Await +import scala.collection.immutable.Seq +import scala.concurrent.ExecutionContext.Implicits.global Review comment: What's the default execution context used for? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
