-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.Net.QuicenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
Source: Coder review session
runtime/src/libraries/System.Net.Quic/src/System/Net/Quic/Implementations/MsQuic/MsQuicStream.cs
Lines 114 to 118 in f59a132
catch | |
{ | |
_state.StateGCHandle.Free(); | |
throw; | |
} |
See ctor for outbound, it does release it.
It should not matter that we're doing it on msquic thread.
Alternative: Return a specific error code in MsQuicConnection to clean the handle for us.
Metadata
Metadata
Assignees
Labels
area-System.Net.QuicenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions