How do I address a message to an actor without knowing the reference? #144
Answered
by
ncthbrt
tylerhjones
asked this question in
Q&A
-
dispatch takes an actor reference, |
Beta Was this translation helpful? Give feedback.
Answered by
ncthbrt
Jun 7, 2024
Replies: 1 comment 2 replies
-
Nact exposes a find function which should do what you want |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry it has been a while since I've looked at the code base. I believe you're right. Generally I've avoided that problem by creating an actor directory and only exposing the actors that should be publicly accessible to others in the system.