-
Scenario 1: Say we've called Scenario 2: We called Also, does p.s. It could be better if you can add some explicit instruction about this in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Every successful call to I agree that clarifying this point in both https://github.com/microsoft/msquic/blob/main/docs/Streams.md and https://github.com/microsoft/msquic/blob/main/docs/api/StreamSend.md would probably be a good idea. |
Beta Was this translation helpful? Give feedback.
Every successful call to
StreamSend
is guaranteed to get a matching, singleQUIC_STREAM_EVENT_SEND_COMPLETE
event; no matter what. Send buffering doesn't change this guarantee, only when the event is delivered.I agree that clarifying this point in both https://github.com/microsoft/msquic/blob/main/docs/Streams.md and https://github.com/microsoft/msquic/blob/main/docs/api/StreamSend.md would probably be a good idea.