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

[BUG] Pooled actor first register invoke bug #227

Open
eliasdarruda opened this issue Aug 8, 2023 · 0 comments
Open

[BUG] Pooled actor first register invoke bug #227

eliasdarruda opened this issue Aug 8, 2023 · 0 comments
Labels
bug Something isn't working proxy

Comments

@eliasdarruda
Copy link
Collaborator

Describe the bug
We cant invoke pooled actors after registering it for the first time using persistent lookups controller.

To Reproduce

  1. clear lookups table
  2. register pooled actor
  3. invoke pooled
  4. infinite actor not found retry
  5. stop proxy
  6. start proxy again
  7. register pooled actor
  8. invoke pooled
  9. success invocation

Expected behavior
Register a pooled actor and invoke it right after working

@eliasdarruda eliasdarruda added the bug Something isn't working label Aug 8, 2023
@sleipnir sleipnir added the proxy label Aug 8, 2023
@sleipnir sleipnir added this to the v1.0.0 milestone Aug 8, 2023
@sleipnir sleipnir removed this from the v1.0.0 milestone Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working proxy
Projects
None yet
Development

No branches or pull requests

2 participants