Wu WeiChao

Results 48 comments of Wu WeiChao

Does quinn accept API breaking change? We are deeply rely on lazy select server_config. Could we accept callback style like [s2n](https://github.com/aws/s2n-quic/blob/main/examples/async-client-hello-callback/src/bin/quic_async_client_hello_callback_server.rs) or LazyAcceptor like rustls?

Our company have rust based gateway, try to add quic/http3 on it. So I am researching a Rust QUIC library(quinn/msquic/s2n/quiche/quictls) to integrate it into the gateway.

You may know this issue. I solved by patch rustls. https://github.com/rustls/rustls/issues/1976. since it cause breaking api change. I haven't submit PR. I prefer use quic library which can integrate rustls...

> Quinn integrates rustls already, and also makes the encryption layer pluggable so you could use your own rustls fork instead. Yes, but quinn don't support select ServerConfig. In Tcp...

> Our company have rust based gateway, try to add quic/http3 on it. > > So I am researching a Rust QUIC library(quinn/msquic/s2n/quiche/quictls) to integrate it into the gateway. On...

I found https://docs.rs/serde_with/1.4.0/serde_with/rust/tuple_list_as_map/index.html, but latest serde_with remove this fn? https://github.com/serde-rs/json/issues/652

how we can unsafe spawn no send fut on runtime? I didn't found unsafe method to do

close https://github.com/metrics-rs/metrics/issues/540

I don't know too much inner detail about metrics. No idea how to build from inner type. But other codes should correct.

If we shouldn't include runtime timeout/sleep, how we implement timeout mechanism