Replies: 1 comment
-
Hello @muyiwq! I've got a few comments in response to your questions:
If I didn't answer all your questions, feel free to follow up with more questions! |
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
-
Dear Mr:
quicsample question:
Phenomenon
The client and server are disconnected after timeout. I try to call ConnectionClose() while the stream callback QUIC_STREAM_EVENT_SHUTDOWN_COMPLETE. It will enter the connection callback QUIC_CONNECTION_EVENT_SHUTDOWN_COMPLETE again and call ConnectionClose() again,Caused a segfault on 2 shutdowns.
If I no longer call ConnectionClose() in the connection callback, it seems that there is no problem. When I try to run multiple RunClient() in a single process, I find that more than 1000 connections are sometimes closed normally, sometimes blocked RegistrationClose(),Not sure when it will appear, but there is no way to know which handles have not been released
After this transformation, when the server cannot be connected (the server is not started), the client cannot close the connection normally because the connection is not closed.
Performance Dashboard question:
3.Requests per Second:Does it represent the average request capability of multiple connections and multiple streams?
I want to know how many short connections can send a piece of data in about one second?
Looking forward to your suggestion?
Beta Was this translation helpful? Give feedback.
All reactions