fix remaining review comments
This commit is contained in:
parent
cdc5492101
commit
82dc4d67c9
3 changed files with 4 additions and 3 deletions
|
|
@ -139,7 +139,7 @@ class RemoteSystemDaemon(remote: Remote) extends Actor {
|
|||
}
|
||||
|
||||
message.getActorPath match {
|
||||
case RemoteActorPath(addr, elems) if addr == remoteAddress && elems.size > 0 ⇒
|
||||
case RemoteActorPath(`remoteAddress`, elems) if elems.size > 0 ⇒
|
||||
val name = elems.last
|
||||
systemImpl.provider.actorFor(systemImpl.lookupRoot, elems.dropRight(1)) match {
|
||||
case x if x eq system.deadLetters ⇒
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue