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

Implement sending to remote actors. #9

Closed
rsimmonsjr opened this issue Jul 13, 2019 · 1 comment
Closed

Implement sending to remote actors. #9

rsimmonsjr opened this issue Jul 13, 2019 · 1 comment
Assignees
Milestone

Comments

@rsimmonsjr
Copy link
Owner

Currently sending to remote actors is not enabled. Once the system has the ability to connect in the cluster, this ability should be added. The ActorSender enum should be enhanced to allow the message to be serialized to the recipient and decoded at the other side and sent to a Local sender where the actor lives.

@rsimmonsjr rsimmonsjr added this to the Initial Release 0.0.1 milestone Jul 13, 2019
@rsimmonsjr rsimmonsjr self-assigned this Jul 20, 2019
@rsimmonsjr rsimmonsjr removed this from the Initial Release 0.0.1 milestone Jul 25, 2019
@rsimmonsjr rsimmonsjr added this to the Release 0.0.7 milestone Aug 11, 2019
@rsimmonsjr
Copy link
Owner Author

This is now implemented.

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