What is a valid handle to an open stream object
?
#2171
-
I'm trying to implement a quic server with 4 connections to it. When sending data, I maintain a
In
The program failed, without any feedbacks.
What is a "valid handle to an open stream object"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
First off, it's a doc bug that it says |
Beta Was this translation helpful? Give feedback.
First off, it's a doc bug that it says
ClientSendContext
should be "The valid handle to an open stream object." It can be any data the application wants; and is simply a pass through, eventually being delivered to the app in theQUIC_STREAM_EVENT_SEND_COMPLETE
events. So that wouldn't be the cause of your failure. It's likely some other variable you are passing into the function is bad. What exactly is failing? And with what error?