GoogleChrome / samples

A repo containing samples tied to new functionality in each release of Google Chrome.
https://www.chromestatus.com/samples
Apache License 2.0
5.79k stars 2.38k forks source link

[webtransport] Sample WebTransport client no longer interoperates with sample WebTransport server #771

Closed aboba closed 2 years ago

aboba commented 2 years ago

The sample WebTransport client no longer seems to be able to open a connection to the sample WebTransport server. Has something changed?

aboba commented 2 years ago

Looks like this is a network issue, since it only shows up when connected to some networks, but not others. One possibility is a path MTU problem. It does not appear to be due to UDP blocking, though, so fallback wouldn't help.