QUIC STREAM EVENT RECEIVE Buffer Size not as I expected #4368
Unanswered
chemsallioua
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to make a Server and Client to stream data in real-time, and I am sending data buffers with size 2072 bytes over 6 STREAMS.
This is the logs I am getting when I print out the buffer size when the steam callback is called.
As you can see,
Stream ID: 5 BuffSize: 1176
is not as expected, and it is actually lower than the 2072 byte I expect. does this represent a part of the data I sent? Why this happens and when do I expect to receive the rest of the data?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions