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

Allow grains to return messages without the envelope if the return value is non-null #1654

Merged
merged 1 commit into from
Jun 7, 2022

Conversation

mhelleborg
Copy link
Member

Description

Drops the requirement for the grain responses to be enveloped. Since it does not need to dispatch on method on the response side, this just makes the payloads cheaper. It also allows the grain to forward the request message to other actors which can respond directly with the type instead of having to wrap the response.

@rogeralsing rogeralsing merged commit 03e133d into dev Jun 7, 2022
@rogeralsing rogeralsing deleted the grain-responses branch June 7, 2022 11:26
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

Successfully merging this pull request may close these issues.

2 participants