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 wrong marshalling for call* & eval responses #77

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Speshal71
Copy link

@Speshal71 Speshal71 commented Dec 26, 2024

The problem

The array of bytes we get after marshalling of *Result might be different from original sequence of bytes it was umarshalled from. This the case at least for call* and eval responses if they return scalar or array of scalars. This happens because:

@Speshal71 Speshal71 changed the title Fix wrong unmarshalling for call17 & eval responses + add support for unknown request types and response body keys Fix wrong marshalling for call17 & eval responses + add support for unknown request types and response body keys Dec 26, 2024
@Speshal71 Speshal71 changed the title Fix wrong marshalling for call17 & eval responses + add support for unknown request types and response body keys Fix wrong marshalling for call* & eval responses Feb 5, 2025
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.

2 participants