Stream Problem #2081
-
hi,how can I create Stream in the server size once the client connect to the server,and the server send data to the client(the client only receives the data send by the server). I call StreamOpen method in the server side, however, the client does not receive any message about the stream |
Beta Was this translation helpful? Give feedback.
Answered by
AvatarGanymede
Oct 19, 2021
Replies: 1 comment 9 replies
-
I meet the same problem. The server calls |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I meet the same problem. The server calls
StreamStart()
, but on the client side, theQUIC_CONNECTION_EVENT_PEER_STREAM_STARTED
event is not triggered at all.