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

Accept interface{} in ByteSlicePayloadConverter #531

Merged
merged 8 commits into from
Sep 15, 2021
Merged

Accept interface{} in ByteSlicePayloadConverter #531

merged 8 commits into from
Sep 15, 2021

Conversation

jackieli-tes
Copy link
Contributor

Fix #530

  1. accept interface{} in FromPayload
  2. avoid panic in SetBytes

1. accept interface{} in `FromPayload`
2. avoid panic in `SetBytes`
Copy link
Member

@alexshtin alexshtin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea. Thanks for the contribution. Please fix comments and I will merge it.

@alexshtin alexshtin merged commit f39757a into temporalio:master Sep 15, 2021
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.

ByteSliceConverter should accept interface{} in FromPayload
2 participants