eigr / spawn

Spawn - Actor Mesh
Apache License 2.0
289 stars 13 forks source link

Change message InvocationRequest using just the Actor name instead of the entire Actor entity #3

Open sleipnir opened 2 years ago

sleipnir commented 2 years ago

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.

marcellanz commented 2 years ago

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.