Skip to content

New Aborted close error #2365

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 5 commits into from
Dec 22, 2022
Merged

New Aborted close error #2365

merged 5 commits into from
Dec 22, 2022

Conversation

bernardnormier
Copy link
Member

This PR adds a new 'Aborted' error to MultiplexedConnectionCloseError. It's now the default error for Quic connections (instead of NoError).

It does not change much for Slic since disposing a Slic connection without an explicit close results in a "connection aborted". We may want to change that to synchronize with Quic; see #2225.

Fixes #2183.

@bernardnormier bernardnormier merged commit 61bbf8a into icerpc:main Dec 22, 2022
@bernardnormier bernardnormier deleted the close-error branch January 21, 2023 14:19
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.

Should we call IMultiplexedConnection.CloseAsync more often?
3 participants