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
Currently, it is necessary to pass the entire Actor Entity in the invocation message, but only the Actor and ActorSystem name are needed so that it is possible to lookup the Actor Process.
Removing the entity would save a few bytes and make the protocol less confusing.
The text was updated successfully, but these errors were encountered:
I agree... are there potential uses? Also, if really needed we could add it again. I think better to strip it down to whats needed that to drag that with us.
Currently, it is necessary to pass the entire Actor Entity in the invocation message, but only the Actor and ActorSystem name are needed so that it is possible to lookup the Actor Process.
Removing the entity would save a few bytes and make the protocol less confusing.
The text was updated successfully, but these errors were encountered: