-
Is it alright for me to call ConnectionShutdown on a connection multiple times in a row? For instance every time a stream is closed. I tested it and it doesn't seem to have any side effects. I'm not using the silent flag, but if it has any side effects, it would be cool to know too. |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Mar 29, 2023
Replies: 1 comment
-
Yes, so long as you haven't called ConnectionClose on any other thread in parallel. MsQuic will generally ignore the duplicates. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
supahero1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, so long as you haven't called ConnectionClose on any other thread in parallel. MsQuic will generally ignore the duplicates.