Merge branch 'master' of git@github.com:jboner/akka

Conflicts:
	akka-actor/src/main/resources/logback.xml
	akka-actor/src/main/scala/dataflow/DataFlowVariable.scala
	akka-actor/src/test/scala/dataflow/DataFlowSpec.scala
	akka-remote/src/main/scala/remote/RemoteClient.scala
	akka-remote/src/test/resources/logback-test.xml
This commit is contained in:
Jonas Bonér 2010-08-29 17:33:29 +02:00
commit 4a339f835a
15 changed files with 311 additions and 237 deletions

View file

@ -157,7 +157,7 @@ class ExecutorBasedEventDrivenDispatcher(
log.debug("Shutting down %s", toString)
executor.shutdownNow
active = false
references.clear
uuids.clear
}
def ensureNotActive(): Unit = if (active) throw new IllegalActorStateException(