JyothiAswath
JyothiAswath
I am also facing the same issue, is there any setting on the receiver which allows the response to be received inline when the data is sent in the stream_callback...
Yes, The peer( Server) is sending the RESP via MsQuic->StreamSend to the client during the event QUIC_STREAM_EVENT_RECEIVE within ServerStreamCallback. Whereas in the client, the event QUIC_STREAM_EVENT_RECEIVE within ClientStreamCallback is not...
After enabling the logs, here is my observation. When the RESP is not reaching the **ClientStreamCallback** , I see that QUIC_STREAM_EVENT_IDEAL_SEND_BUFFER_SIZE event is triggered. When the RESP is reaching the...
is it normal that QUIC_STREAM_EVENT_RECEIVE is not triggered when QUIC_STREAM_EVENT_IDEAL_SEND_BUFFER_SIZE is not triggered? How are we suppose to handle in such a scenario.