fixed merge
This commit is contained in:
parent
28eb6d1853
commit
8a6c524861
1 changed files with 1 additions and 1 deletions
|
|
@ -354,8 +354,8 @@ class RemoteServer extends Logging with ListenerManagement {
|
|||
if (id.startsWith(UUID_PREFIX)) {
|
||||
actorsByUuid().remove(id.substring(UUID_PREFIX.length))
|
||||
} else {
|
||||
val actorRef = actors().get(id)
|
||||
if (actorRef.registeredInRemoteNodeDuringSerialization) {
|
||||
val actorRef = actors().get(id)
|
||||
actorsByUuid() remove actorRef.uuid
|
||||
}
|
||||
actors() remove id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue