Replies: 1 comment 10 replies
-
Please clarify what you mean by "connection gets closed". Do you mean aborted/reset? Or do you mean gracefully shutdown? Aborted will abandon anything buffered. Graceful will not. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Few questions on MsQuic internal behavior came up during our .NET discussion and we were wondering if you could shed light on them:
I'm aware that the connection should be given enough time to process all streams (e.g. idle out). But we are discussing corner scenarios and we want to make sure the .NET layer is not doing anything out of expectations for QUIC layer.
cc @wfurt @CarnaViire
Beta Was this translation helpful? Give feedback.
All reactions