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 KeepAlive transmission interval #1554

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Fix KeepAlive transmission interval #1554

merged 2 commits into from
Oct 24, 2024

Conversation

Mallets
Copy link
Member

@Mallets Mallets commented Oct 21, 2024

Fix KeepAlive regression introduced during Tokio porting. Send a KeepAlive only in the case no messages have been sent in a KeepAlive period.

@Mallets Mallets added the internal Changes not included in the changelog label Oct 21, 2024
@Mallets Mallets requested a review from OlivierHecart October 21, 2024 08:31
@YuanYuYuan
Copy link
Contributor

Thanks @Mallets. I misunderstood the keep_alive as a periodic event and thus messed up the logic. This LGTM.

@YuanYuYuan YuanYuYuan self-requested a review October 24, 2024 09:44
@YuanYuYuan YuanYuYuan merged commit 245f48b into main Oct 24, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants