You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 unifiedfor loop
in the protocol, and the unified serialization and deserialization methods often_value_t
can be used for processing within the protocol plugin.The text was updated successfully, but these errors were encountered: