Skip to content

Commit

Permalink
Add TODO comment for parts encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Jan 2, 2024
1 parent 5ce2de7 commit 9575562
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/cpp_encode_message.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@
{{ error("invalid type: '", field.type, "' in ", message.name) }}
{% endif %}
{% endfor %}

{# TODO: set number of parts field after serializing the message? #}
{# - helps later down the road when sending multipart messages #}

0 comments on commit 9575562

Please sign in to comment.