Tencent / tquic

A high-performance, lightweight, and cross-platform QUIC library
https://tquic.net/
Other
1.05k stars 84 forks source link

In the callback function on_stream_readable,cannot call quic_stream_write twice #356

Closed liulujiao closed 1 month ago

liulujiao commented 1 month ago

I try to add a function quic_stream_write in simple_server class.but in simple_client class, client_on_stream_readable function only recv the data sended by quic_stream_write first time,can not receive the second time data.so in one stream.can only send data one time?

iyangsj commented 1 month ago

Could you share your sample code?