Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActorSelection 相对路径在 postStop 中失效 #13

Open
zhongl opened this issue Aug 20, 2013 · 0 comments
Open

ActorSelection 相对路径在 postStop 中失效 #13

zhongl opened this issue Aug 20, 2013 · 0 comments

Comments

@zhongl
Copy link
Member

zhongl commented Aug 20, 2013

class Usecase extends Actor {
  val rel = context.actorSelection("../relative/path")
  def receive = ???

  override def postStop() {
    rel ! "message" // failure
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant