commit in the middle of address refactoring
This commit is contained in:
parent
654fc3166e
commit
5f918e55bc
30 changed files with 588 additions and 798 deletions
|
|
@ -142,7 +142,7 @@ trait MessageDispatcher {
|
|||
val i = uuids.iterator
|
||||
while (i.hasNext()) {
|
||||
val uuid = i.next()
|
||||
Actor.registry.actorFor(uuid) match {
|
||||
Actor.registry.local.actorFor(uuid) match {
|
||||
case Some(actor) => actor.stop
|
||||
case None => {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue