Skip to content

Instantly share code, notes, and snippets.

View doswell's full-sized avatar

David Oswell doswell

View GitHub Profile
@doswell
doswell / Application.scala
Created June 28, 2013 21:26
Concurrent.patchPanel only forwards data from last added Enumerator
package controllers
import play.api._
import play.api.mvc._
import scala.concurrent.duration._
import akka.actor.{Actor, Props}
import play.api.libs.concurrent.Akka
import play.api.libs.concurrent.Execution.Implicits._
import controllers._
import akka.pattern.ask