Skip to content

Allow absent payloads on some responses #449

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

Merged
merged 2 commits into from
Apr 10, 2025

Conversation

cretz
Copy link
Member

@cretz cretz commented Apr 9, 2025

What was changed

In some SDKs like Go, the absence of a response is no payload rather than a null payload. .NET did not expect the concept of an absent payload in activities, child workflows, and other places. This allows them to work.

Checklist

  1. Closes [Bug] Go SDK Child Workflow returning no values causes await to hang in .NET #445

@cretz cretz requested a review from a team April 9, 2025 22:27
@cretz cretz merged commit fc4ea01 into temporalio:main Apr 10, 2025
9 checks passed
@cretz cretz deleted the absent-payload-fix branch April 10, 2025 17:44
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.

[Bug] Go SDK Child Workflow returning no values causes await to hang in .NET
2 participants