What?
The GetULongFromBitArray implementation from #34 does not work.
Values above 63 gives 1.84E19 as the translation. Could seem like some Endianess error, since this is the same value (or atleast with 3 significant digits) as 2^64, but not been tested anymore than this.
By accident, this noticed/taken into consern before merging, which caused the uint8 support to malfunction for values above 63.
Fix?
Could debug this, and try to fix it.
This was attempted implemented to be able to send some 64bit timestamps, but has not been needed since.
I will remove this in a new PR
What?
The GetULongFromBitArray implementation from #34 does not work.
Values above 63 gives 1.84E19 as the translation. Could seem like some Endianess error, since this is the same value (or atleast with 3 significant digits) as 2^64, but not been tested anymore than this.
By accident, this noticed/taken into consern before merging, which caused the uint8 support to malfunction for values above 63.
Fix?
Could debug this, and try to fix it.
This was attempted implemented to be able to send some 64bit timestamps, but has not been needed since.
I will remove this in a new PR