Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the bigint type instead of Long for event ID hashes #108

Merged
merged 3 commits into from
Jul 14, 2024

Conversation

EvenAR
Copy link
Owner

@EvenAR EvenAR commented Jul 13, 2024

Long is a non-standard type used by the bytebuffer package. The bigint will be converted to Long in the RawBuffer class (bytebuffer wrapper), but the node-simconnect users won't have to worry about it anymore.

This is a breaking change. Solves #107

EvenAR and others added 3 commits July 13, 2024 16:10
Long is a non-standard type used by bytebuffer package. The bigint will
be converted to Long in the RawBuffer class (bytebuffer wrapper), but
the node-simconnect users won't have to worry about it anymore.

This is a breaking change. Solves #107
@EvenAR EvenAR merged commit 881a37b into master Jul 14, 2024
4 checks passed
@EvenAR EvenAR deleted the replace-long-with-bigint branch July 14, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant