Skip to content

Fix #717 by not caching the _internalRef when calling .TryGet on the …#718

Merged
Aaronontheweb merged 1 commit into
akkadotnet:devfrom
v3xro:fix/actorref-get-cache-nobody
Mar 11, 2026
Merged

Fix #717 by not caching the _internalRef when calling .TryGet on the …#718
Aaronontheweb merged 1 commit into
akkadotnet:devfrom
v3xro:fix/actorref-get-cache-nobody

Conversation

@v3xro
Copy link
Copy Markdown
Contributor

@v3xro v3xro commented Mar 11, 2026

…ActorRegistry

Fixes #717

Changes

This fix applies the same issue as #501 but in a different place.

Copy link
Copy Markdown
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) March 11, 2026 22:07
@Aaronontheweb Aaronontheweb merged commit 01e1212 into akkadotnet:dev Mar 11, 2026
2 checks passed
This was referenced May 21, 2026
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

Successfully merging this pull request may close these issues.

RequiredActor caches ActorRefs.Nobody in the synchronous ActorRef path if actor is not registered yet

2 participants