+act #3586 #3807 Implement mandatory read throttling

This commit is contained in:
Endre Sándor Varga 2014-01-07 15:50:36 +01:00
parent 537840bd2a
commit 487083a9c3
13 changed files with 467 additions and 74 deletions

View file

@ -56,7 +56,7 @@ class EchoManager(handlerClass: Class[_]) extends Actor with ActorLogging {
case Bound(localAddress) =>
log.info("listening on port {}", localAddress.getPort)
case CommandFailed(Bind(_, local, _, _)) =>
case CommandFailed(Bind(_, local, _, _, _)) =>
log.warning(s"cannot bind to [$local]")
context stop self