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

After leaving the Chat you cannot join again #29

Open
multimike77 opened this issue Apr 7, 2015 · 0 comments
Open

After leaving the Chat you cannot join again #29

multimike77 opened this issue Apr 7, 2015 · 0 comments

Comments

@multimike77
Copy link
Contributor

Reproduction steps:
http://localhost:8080/join/Michael
http://localhost:8080/leave/Michael
http://localhost:8080/join/Michael

Error message showing up in the console:
akka.actor.InvalidActorNameException: actor name [httpClient-Michael] is not unique!
at akka.actor.dungeon.ChildrenContainer$NormalChildrenContainer.reserve(ChildrenContainer.scala:130)
at akka.actor.dungeon.Children$class.reserveChild(Children.scala:76)
at akka.actor.ActorCell.reserveChild(ActorCell.scala:369)
at akka.actor.dungeon.Children$class.makeChild(Children.scala:201)
at akka.actor.dungeon.Children$class.attachChild(Children.scala:41)
at akka.actor.ActorCell.attachChild(ActorCell.scala:369)
at akka.actor.ActorSystemImpl.actorOf(ActorSystem.scala:553)
at org.sandbox.chat.http.Participants$class.createParticipant(Participants.scala:38)
at org.sandbox.chat.http.HttpChatServiceActionsImpl.createParticipant(HttpChatServiceActionsImpl.scala:18)
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant