Replies: 1 comment 1 reply
-
Make sure the peer configured their settings to allow enough streams. Just because the server calls |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
QUIC Client started a new connection, and the connection is connected.
Then I try to use the QUIC Server start a new stream on the connection, it succeed when call StreamOpen, and when call StreamStart, it always return 0x0x703e5(Status), QUIC Client's connection callback did not receive any event, and the buffer is can not send.
In the sample.c ,QUIC client did the StreamOpen and StreamStart, it is OK, and QUIC server use the same Stream to send data.
I tried change the StreamStart‘s ’parameter to QUIC_STREAM_START_FLAG_INDICATE_PEER_ACCEPT, but it didn‘t work.
Do I need do someting to reslove it , thank you.
Beta Was this translation helpful? Give feedback.
All reactions