-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transport tests: many streams and lots of data #2296
Conversation
Windows stalls with webtransport:
|
Windows seems to perform pretty badly on QUIC and WebTransport (and also mplex?): Ubuntu for reference: |
@MarcoPolo : I saw you closed this. Is that because there is a replacement PR coming? |
Fat fingered thanks for the flag. |
I'd lean towards skipping windows tests for now and creating a tracking issue so as not to block WebRTC integration. Thoughts @marten-seemann ? I'm also spinning up a Windows VM to try to investigate this a bit as well. |
Hmm windows qlog does not look good. Large latency in the RTT measurement and the session takes ~300ms with a lot of gaps of inactivity on a recording with just 2 streams. Here's the qlogs: @marten-seemann could you take a look if anything obvious jumps out to you? |
Related to #2194.
There is a failure with mplex that I haven't spent time yet debugging. If it's not obvious, I'd suggest we fix this in parallel with the webrtc work. Meaning merge this as is and have an issue to fix it soon.