MsQuic v2.0.1 #2556
nibanks
started this conversation in
Show and tell
MsQuic v2.0.1
#2556
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Signed Windows binaries and NuGet packages are available. Signed Linux package are also available.
Official (v1) RFC and draft-29 are supported by this release.
Breaking Changes
Upgrade Notes
The following changes will be necessary for apps that upgrade from v1.* to v2.0:
QUIC_STREAM_START_FLAG_ASYNC
, replacing withQUIC_STREAM_START_FLAG_NONE
if no other flags are used. If the flag was not used before, the app code must handle the call not blocking any more.Level
parameters passed toGetParam
orSetParam
.ListenerStop
not blocking any more.ListenerClose
still blocks.StreamReceiveComplete
.Other Changes
Changes since v2.0.0
This discussion was created from the release MsQuic v2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions