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

Wrap sequence number and correlation id on max signed int32 #1310

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

Nevon
Copy link
Collaborator

@Nevon Nevon commented Mar 9, 2022

Previously it was based on an unsigned int32 max value, but the value is encoded in a signed int32 in the protocol.

Fixes #1180

Previously it was based on an unsigned int32 max value,
but the value is encoded in a signed int32 in the protocol.

Fixes #1180
@Nevon Nevon force-pushed the fix-sequence-number-overflow branch from 691c032 to 3d1ec1c Compare March 9, 2022 10:39
@Nevon Nevon changed the title Wrap sequence number on max signed int32 Wrap sequence number and correlation id on max signed int32 Mar 9, 2022
@Nevon Nevon merged commit a8b46b4 into master Mar 9, 2022
@Nevon Nevon deleted the fix-sequence-number-overflow branch March 9, 2022 10:45
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.

Incorrect correlationId generator in the connection.js
1 participant