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

Fix returning non-string primitive types in the RPC API #292

Closed
petermasking opened this issue May 18, 2023 · 0 comments · Fixed by #293
Closed

Fix returning non-string primitive types in the RPC API #292

petermasking opened this issue May 18, 2023 · 0 comments · Fixed by #293
Assignees
Labels
bug Something isn't working server Improvements or additions to the NodeJS server package

Comments

@petermasking
Copy link
Member

Currently returning values like a number or boolean fails because we set the response Content-Type to text, but provide a non-text value.

@petermasking petermasking added bug Something isn't working server Improvements or additions to the NodeJS server package labels May 18, 2023
@petermasking petermasking linked a pull request May 18, 2023 that will close this issue
@petermasking petermasking self-assigned this May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server Improvements or additions to the NodeJS server package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant