-
Now that hyper uses its own traits instead of tokios (#3110, #3230), the only place that tokio is used is to provide `tokio::sync::oneshot::Receiver` in `src/upgarde.rs`. If we could find a way to imp…
-
## Description
Currently, secret-operator and listener-operator use [a forked version of the h2 crate](https://github.com/stackabletech/h2/tree/feature/grpc-uds-/0.4.5) due to https://github.com/hype…
-
I tried this code:
```rust
use foo::bbb;
fn main() {
let bar = bbb(); // cannot specify any type signature for `bar`
}
mod foo {
use bar::Bar;
pub fn bbb() -> Bar {
Bar
}…
-
Hey, thanks for your hard work on warp. It's really cool.
zeit just announced support for [rust](https://zeit.co/blog/introducing-now-rust) would it be possible to use warp on zeit or even aws lambda…
-
Tonic v0.12.0 will be released soon (hyperium/tonic#1740), and it has some breaking changes due to the migration to Hyper/Http v1.
I'm almost done with the changes and will publish v0.12.0 right af…
-
Sooner or later we should upgrade it. I would create this ticket to collect information since this upgrade is a huge breaking change from axum side - https://github.com/tokio-rs/axum/releases/tag/axum…
-
**Is your feature request related to a problem? Please describe.**
Should you want to create a GRPC (or probably other tower based) server using tokio named pipes, you need to create a stream of conn…
-
Recently, I've started to get non-deterministic panics in my tests with 'dispatch dropped without returning error'. May or may not be related to upgrading to tokio 1.0, I have no idea.
Probably rel…
-
Here's my environment:
```
cargo --version --verbose --verbose
cargo 1.69.0-nightly (9880b408a 2023-02-28)
release: 1.69.0-nightly
commit-hash: 9880b408a3af50c08fab3dbf4aa2a972df71e951
commit-…
-
From https://playcanv.as/p/Ikq6Uk6A/:
```
joshmatthews@joshmatthews-fcmd6r servo % ./mach run -r https://playcanv.as/p/Ikq6Uk6A/
Powered by PlayCanvas 0.182.1 b9c2b30
pre-main prep time: 0 ms
Aud…