Hello @UkoeHB , awesome fork, I was really looking forward to something like this! Especially with WebTransport and support multiple data sources. Just a few things I caught when trying to build.
There seems to be an issue with the h3 dependencies (h3, h3-quinn, h3-webtransport), notably it seems like h3-webtransport was requiring a higher version than wanted in the Cargo.toml, and caused compiling errors all across the webtransport implementation.
I also tried fixing it by updating h3, quinn and rustls to their latest versions, it included some breaking changes but I got the echo_server_cross example to work on it. I made the changes in my fork's upd branch if you're interested.
Hello @UkoeHB , awesome fork, I was really looking forward to something like this! Especially with WebTransport and support multiple data sources. Just a few things I caught when trying to build.
There seems to be an issue with the h3 dependencies (
h3
,h3-quinn
,h3-webtransport
), notably it seems likeh3-webtransport
was requiring a higher version than wanted in theCargo.toml
, and caused compiling errors all across the webtransport implementation.I also tried fixing it by updating h3, quinn and rustls to their latest versions, it included some breaking changes but I got the
echo_server_cross
example to work on it. I made the changes in my fork's upd branch if you're interested.