-
### Bug Description
Hey,
I'm trying to create a reversible sequential migration file. By reading the --help menu I thought that executing the the following command: `sqlx migrate add -rs post` woul…
-
I found this problem locally and wondered how tokio was checking formatting in CI.
As you can see they are calling `rustfmt` directly:
https://github.com/tokio-rs/tokio/blob/master/ci/azure-rustfm…
-
`TcpServer::serve()` calls `unwrap()` when bind/setting up the socket and does not return the error or let the user handle the error in anyway. A link to the line in question is here: https://github.c…
-
Tracking it here: https://github.com/tokio-rs/tokio/issues/4114
Not sure if you want to keep an issue open tracking this or not, but it's a requirement downstream as well. I would like to at least …
-
**Description**
When requesting the "pending" state with the following command:
`curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": …
-
**Version**
```
$ cargo tree | grep tokio | sed -e 's/.*\(tokio.*v[^ ]*\).*/\1/' | sort | uniq
tokio-io-timeout v1.2.0
tokio-macros v1.8.2
tokio-serial v5.4.4
tokio-stream v0.1.11
tokio-util v0…
-
2024-03-27T00:11:01.765Z INFO [ai00_server::salvo_main] reading config assets/configs/Config.toml...
thread 'main' panicked at src/salvo_main.rs:49:54:
called `Result::unwrap()` on an `Err` value: …
-
`iperf3` almost always causes a `Broken pipe (os error 32)` or a `Socket is not connected (os error 57)`
Upon exit, it causes an excessive amount of `Rst` server -> client.
Occasionally `tokio-con…
-
I'm spawning some tokio task from my `#[ocaml::func]` Rust function, that is called from OCaml. The task itself does not call any OCaml code inside, but when a panic happens inside that task, I see su…
-
In a complex use case where there are nested promise calls, the runtime is crashing with the following panics. Do you think these can be handled without panicking? I'm trying to create a simple, repro…