fixed bug in aspect registry
This commit is contained in:
parent
b4a46016eb
commit
7babcc9d54
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ object ActorRegistry extends Logging {
|
|||
|
||||
def unregister(actor: Actor) = synchronized {
|
||||
actorsByClassName - actor.getClass.getName
|
||||
actorsById - actor.getClass.getName
|
||||
actorsById - actor.getId
|
||||
}
|
||||
|
||||
def shutdownAll = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue