You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: