rtyler
03/25/2023, 8:04 PMWill Jones
03/25/2023, 8:04 PMrtyler
03/25/2023, 8:05 PMWill Jones
03/25/2023, 8:06 PMrtyler
03/25/2023, 8:06 PMWill Jones
03/25/2023, 8:07 PMrtyler
03/25/2023, 8:09 PMWill Jones
03/25/2023, 9:11 PMrtyler
03/25/2023, 9:41 PMRawDecoder
interface much before? I've gotten stuck trying to figure out why flush()
isn't causing it to hit the end of this buffer 😕Will Jones
03/25/2023, 9:43 PMrtyler
03/25/2023, 9:43 PMRawDecoder
has a decode() method, but it doesn't advance a reader or anything like that for you, so you have to manage how much of your buf has been read and bail out, otherwise it will re-decode over and over againvalue
is supposed to be an int32
🤔
The Decoder
interface is.. forgiving of the schema but I think the RawDecoder may be stricter.