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

Fix ordered channel timeouts #1045

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Fix ordered channel timeouts #1045

merged 1 commit into from
Nov 16, 2022

Conversation

agouin
Copy link
Member

@agouin agouin commented Nov 15, 2022

If multiple send_packet messages on an ordered channel have the same timeout, and that timeout expires, the timeout for the next packet (lowest sequence) was not being relayed because it was attempting to batch multiple timeouts in the same transaction.

This makes sure that all packet messages are handled on a next sequence only basis.

Copy link
Member

@jtieri jtieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch!

@agouin agouin merged commit 900b5bf into main Nov 16, 2022
@agouin agouin deleted the andrew/ordered_channel_timeouts branch November 16, 2022 01:01
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.

2 participants