You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question. I have a scenario where after the client and the server establish a long connection through quic, the server automatically creates N QuicStreamChannels with the client and simulates sending 10,000 messages to the client through QuicStreamChannel. However, the data volume of the package received by the client is incomplete. Sometimes it receives more than 2,000 messages, and sometimes it receives more than 7,000 messages. Packet loss occurs. Can you help me analyze what caused the problem?
The text was updated successfully, but these errors were encountered:
I have a question. I have a scenario where after the client and the server establish a long connection through quic, the server automatically creates N QuicStreamChannels with the client and simulates sending 10,000 messages to the client through QuicStreamChannel. However, the data volume of the package received by the client is incomplete. Sometimes it receives more than 2,000 messages, and sometimes it receives more than 7,000 messages. Packet loss occurs. Can you help me analyze what caused the problem?
The text was updated successfully, but these errors were encountered: