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:
commit
4a339f835a
15 changed files with 311 additions and 237 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue