Skip to content

Ignore stream connections in unexpected states #13674

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

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

mkuratczyk
Copy link
Contributor

A connection which terminated before it was fully established would lead to a function_clause, since metadata is not available to really call notify_connection_closed. We can just ignore such connections and not notify about them.

Resolves #13670

A connection which terminated before it was fully established
would lead to a function_clause, since metadata is not available
to really call notify_connection_closed. We can just ignore such
connections and not notify about them.

Resolves #13670
@michaelklishin michaelklishin merged commit e232662 into main Apr 3, 2025
271 checks passed
@michaelklishin michaelklishin deleted the avoid-crash-on-stream-connections branch April 3, 2025 02:56
michaelklishin added a commit that referenced this pull request Apr 3, 2025
Ignore stream connections in unexpected states (backport #13674)
michaelklishin added a commit that referenced this pull request Apr 3, 2025
Ignore stream connections in unexpected states (backport #13674) (backport #13677)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants