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

Support pointer-to-pointer in channel receive #673

Merged
merged 2 commits into from
Dec 16, 2021

Conversation

cretz
Copy link
Member

@cretz cretz commented Dec 16, 2021

What was changed / Why?

See #665. Basically calling Receive with the same pointer type as Send was used with did not work,

Checklist

  1. Closes Allow channel to convert to same type set if pointer #665

Co-authored-by: Spencer Judge <[email protected]>
@cretz cretz merged commit 48386f8 into temporalio:master Dec 16, 2021
@cretz cretz deleted the channel-pointer branch December 16, 2021 19:41
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.

Allow channel to convert to same type set if pointer
2 participants