Merge pull request #1909 from drewhk/wip-io-read-throtting-drewhk

+act #3586 #3807 Implement mandatory read throttling
This commit is contained in:
drewhk 2014-01-17 11:53:23 -08:00
commit 1db16428da
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