Merging with master

This commit is contained in:
Viktor Klang 2011-11-10 18:06:16 +01:00
commit 1fb1309dc3
48 changed files with 757 additions and 541 deletions

View file

@ -65,7 +65,7 @@ class NetworkEventStream(val app: AkkaApplication) {
// FIXME: check that this supervision is correct
private[akka] val sender = app.provider.actorOf(
Props[Channel].copy(dispatcher = app.dispatcherFactory.newPinnedDispatcher("NetworkEventStream")),
app.guardian, Props.randomAddress, systemService = true)
app.guardian, Props.randomName, systemService = true)
/**
* Registers a network event stream listener (asyncronously).