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

Remove redundant 'sync' when closing Netty connection #2637

Merged

Conversation

guusdk
Copy link
Member

@guusdk guusdk commented Dec 17, 2024

To prevent a stream management issue described in OF-2808, two fixes were applied.

One of them, invoking close listeners synchronously, is suspected to have undesirable side-effects. This commit removes that fix, which is expected to be redundant anyway.

To prevent a stream management issue described in OF-2808, two fixes were applied.

One of them, invoking close listeners synchronously, is suspected to have undesirable side-effects. This commit removes that fix, which is expected to be redundant anyway.
@guusdk guusdk requested review from dwd and Fishbowler December 17, 2024 16:05
@guusdk guusdk merged commit 1bcc441 into igniterealtime:main Dec 18, 2024
17 checks passed
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