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 handling of WS Close frame in Netty backends #3826

Merged
merged 10 commits into from
Jun 10, 2024
Merged

Conversation

kciesielski
Copy link
Member

@kciesielski kciesielski commented Jun 5, 2024

Fixes #3776

With this fix, netty-cats and netty-sync backends should handle Close frame sequentially, after all previously received frames are processed.

@kciesielski kciesielski marked this pull request as ready for review June 8, 2024 20:02
@kciesielski kciesielski requested a review from adamw June 8, 2024 20:03
Copy link
Member

@adamw adamw left a comment

Choose a reason for hiding this comment

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

Nice! :)

@kciesielski kciesielski merged commit 9cc98ae into master Jun 10, 2024
26 checks passed
@kciesielski kciesielski deleted the netty-ws-close branch June 10, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Netty servers shouldn't reply to WS Close frame immediately
2 participants