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

ActorRefs.Nobody is not preserved by remoting #1828

Closed
morganski opened this issue Mar 25, 2016 · 2 comments
Closed

ActorRefs.Nobody is not preserved by remoting #1828

morganski opened this issue Mar 25, 2016 · 2 comments

Comments

@morganski
Copy link

If a remote actor returns an IActorRef of ActorRefs.Nobody, by the time it is received by the client end it's changed to a remote actor reference. Thus it becomes tricky to check if the remote end returned ActorRefs.Nobody as the object returned has been munged by remoting. I'd suggest that ActorRefs.Nobody is special cased and always turns up at the receiver as what was sent.

@morganski
Copy link
Author

I asked a question on SO about this recently... http://stackoverflow.com/questions/36021603/actorrefs-nobody-being-translated-by-remoting

Aaronontheweb added a commit that referenced this issue Mar 25, 2016
Issue #1828 Implemented NobodySurrogate
@Aaronontheweb
Copy link
Member

Resolved by #1829

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

2 participants