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
Hmm, I get an error cbor_errc::too_many_items on encoder.end_object(). Have I missed something?
The program executes without errors with begin_object(4) instead of begin_object(2) but in this case the resulting data is not valid CBOR.
danielaparker
changed the title
Issue when writing fixed number of value/value pairs using cbor_encoder
Issue when writing fixed number of map value/value pairs using cbor_encoder
Dec 24, 2024
Hmm, I get an error
cbor_errc::too_many_items
onencoder.end_object()
. Have I missed something?The program executes without errors with
begin_object(4)
instead ofbegin_object(2)
but in this case the resulting data is not valid CBOR.Originally posted by @Pique7 in #568 (reply in thread)
The text was updated successfully, but these errors were encountered: