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 ten_value_t uniformly to represent each field in the message #105

Closed
halajohn opened this issue Oct 13, 2024 · 0 comments · Fixed by #184
Closed

Use ten_value_t uniformly to represent each field in the message #105

halajohn opened this issue Oct 13, 2024 · 0 comments · Fixed by #184
Assignees
Labels

Comments

@halajohn
Copy link
Member

halajohn commented Oct 13, 2024

Use ten_value_t uniformly to represent each field in the message, including the built-in fields within _ten. This allows all fields to be looped through using a unified for loop in the protocol, and the unified serialization and deserialization methods of ten_value_t can be used for processing within the protocol plugin.

@halajohn halajohn added the enhancement New feature or request label Oct 13, 2024
@halajohn halajohn added this to Kanban Oct 13, 2024
@halajohn halajohn changed the title Use a for loop to handle msgpack protocol and make it a standard Use ten_value_t uniformly to represent each field in the message Oct 14, 2024
@sunxilin sunxilin self-assigned this Oct 16, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Kanban Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
2 participants