Skip to content

ULong support not working #37

Description

@jkguttormsen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions