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

Actor still receiving messages from mediator after termination #3658

Closed
pedroyan opened this issue Nov 22, 2018 · 0 comments
Closed

Actor still receiving messages from mediator after termination #3658

pedroyan opened this issue Nov 22, 2018 · 0 comments

Comments

@pedroyan
Copy link

pedroyan commented Nov 22, 2018

Akka.Net Version: 1.3.9
Platform: Windows 10 - Microsoft Service Fabric

According to the docs:

Actors are automatically removed from the registry when they are terminated, or you can explicitly remove entries with DistributedPubSubMediator.Unsubscribe.

https://getakka.net/articles/clustering/distributed-publish-subscribe.html

But after terminating the subscriber actor, messages published to the subscribed topic keep being redirected to the subscriber's dead letters.
Demo: https://github.com/pedroyan/MediatorBug

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

3 participants