I started doing some compatibility tests and noticed that we're incompatible with the main library, even though the max is decoded properly. I have a feeling this is due to some endianness issues. My use of Array#pack and String#unpack is probably incorrect.
I started doing some compatibility tests and noticed that we're incompatible with the main library, even though the max is decoded properly. I have a feeling this is due to some endianness issues. My use of
Array#pack
andString#unpack
is probably incorrect.