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
I've encountered an issue when working with cbor where it looks like the writeRawUtf8String is ignoring the offset. I'm no expert, but it looks like this:
I've encountered an issue when working with cbor where it looks like the
writeRawUtf8String
is ignoring the offset. I'm no expert, but it looks like this:jackson-dataformats-binary/cbor/src/main/java/tools/jackson/dataformat/cbor/CBORGenerator.java
Line 870 in 3f7a994
In my version the method's source is:
And it certainly isn't touching the
offset
parameter. I need that one!The text was updated successfully, but these errors were encountered: