-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[QUIC] Don't leak QUIC session upon QuicListener disposal #32073
Comments
Moving this to 6.0, @jkotalik does that sound okay given this will be experimental feature, and QuicListener is generally disposed at end of program in ASP.NET? |
Has this been solved by: #49823 ??? Seems to me like it has. We might close this. |
Triage: this is probably solved due to not holding a ref to session anymore (now it is configuration, and MsQuic ref counts that itself.) -- double check code and close if it's fixed. |
We're disposing the configuration properly: runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicListener.cs Line 113 in 11f1d82
Closing, this was solved in #49823 |
We have a hang in QuicListener.Dispose() and are currently working around it by just not disposing of the session.
runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicListener.cs
Lines 113 to 115 in 5c6f5b1
The text was updated successfully, but these errors were encountered: