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)) {
|
if (id.startsWith(UUID_PREFIX)) {
|
||||||
actorsByUuid().remove(id.substring(UUID_PREFIX.length))
|
actorsByUuid().remove(id.substring(UUID_PREFIX.length))
|
||||||
} else {
|
} else {
|
||||||
if (actorRef.registeredInRemoteNodeDuringSerialization) {
|
|
||||||
val actorRef = actors().get(id)
|
val actorRef = actors().get(id)
|
||||||
|
if (actorRef.registeredInRemoteNodeDuringSerialization) {
|
||||||
actorsByUuid() remove actorRef.uuid
|
actorsByUuid() remove actorRef.uuid
|
||||||
}
|
}
|
||||||
actors() remove id
|
actors() remove id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue