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

Use raw JSON to convert payload to string #366

Merged

Conversation

alexshtin
Copy link
Member

@alexshtin alexshtin commented Feb 19, 2021

ToString is used for debugging and by tctl. I recently discovered that default numeric type is float64 and long ints end up being 1.6137007538525565e+18 in string representation. I believe just raw JSON will suit better here.

@alexshtin alexshtin merged commit 80e324b into temporalio:master Feb 19, 2021
@alexshtin alexshtin deleted the feature/payload-converter-to-string branch July 20, 2021 02:18
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.

None yet

2 participants