We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SharedMemory has a bug for structs, it fails to clone structs with fieldnames of different names length.
The text was updated successfully, but these errors were encountered:
Update: the same bug occurs for nested fieldnames, all fields should have the same number of subfields.
Sorry, something went wrong.
A hack of this is to choose fieldnames that passes the issue and add functions to convert/recover the correct fieldnames for structs.
No branches or pull requests
SharedMemory has a bug for structs, it fails to clone structs with fieldnames of different names length.
The text was updated successfully, but these errors were encountered: