Removing RemoteActorSystemMessage.Stop in favor of the sexier Terminate message
This commit is contained in:
parent
379515771b
commit
fa1a2610a7
3 changed files with 5 additions and 5 deletions
|
|
@ -273,7 +273,7 @@ private[akka] case class RemoteActorRef private[akka] (
|
|||
synchronized {
|
||||
if (running) {
|
||||
running = false
|
||||
postMessageToMailbox(RemoteActorSystemMessage.Stop, None)
|
||||
postMessageToMailbox(Terminate, None)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue