Rob Ede
Rob Ede
The CI runners, on their VMs, probably have some crazy IPv6 things going on. I think the quick fix is to use 127.0.0.1 as the default instead of localhost.
Ahh I see that's actually what you did. Sorry I was on mobile earlier and didn't check the newest commit.
Thanks, this is a fair enough improvement 👍🏻
seems everything was included in #3363
Please open a different issue for the `SessionState` discussion. --- I think the choice to keep it private is that it might not be a good choice for _all_ session...
If someone picks this up and creates a PR I think we should change the implementation to use `rand::DistString::sample_string()` to remove some unwraps: https://docs.rs/rand/0.8/rand/distributions/trait.DistString.html
@sjoqvist removed the feature guard in v0.10.1
Some reproduction steps would be hugely helpful, otherwise I fear this issue will not go anywhere. Or maybe at lease some description of the network condition's characteristics?
I suspect this is blocked on QUIC / HTTP/3 (#309) and therefore more generic transports (#3314)
also see discussion in #3208