Performance test #138
wangweiwei1188
started this conversation in
General
Replies: 1 comment
-
Did you fix this? I'm having the same issue too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now, I do the performance test according to the test_server and test_client, but some problems encountered.
test_client: ret = xqc_stream_send(stream, user_stream->send_body, user_stream->send_body_len, 0);
test_server: read = xqc_stream_recv(stream, buff, buff_size, &fin);
test_server<------------------------------test_client
But it's exited according to timeout when send one user data from test_client to test_server.
Beta Was this translation helpful? Give feedback.
All reactions