持续不断地发数据应该如何写? #437
Answered
by
xiaofei0800
yflisa
asked this question in
Q&A (问题和回答)
-
|
Beta Was this translation helpful? Give feedback.
Answered by
xiaofei0800
Feb 11, 2025
Replies: 1 comment 2 replies
-
quic_stream_new用于创建新stream。一条stream可以持续发送数据,参考quic_stream_write |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yflisa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
quic_stream_new用于创建新stream。一条stream可以持续发送数据,参考quic_stream_write