-
## Describe the bug
We receive many `waiting for permit` log, CPU go to 100%
```
2024-11-18T18:59:19.240967 DEBUG tcp{port=443}:http{trace_id="20241118185918x173192755855585895a" inbound="http"}:…
-
Hi,
I'm trying to use a REQ socket to send a message, and then have a timeout on the response in order to handle cases where a response is not sent in time.
When I try it the program hangs after the…
-
I try openapi example on how to use auth-api key [auth api openapi example](https://github.com/poem-web/poem/blob/master/examples/openapi/auth-apikey/src/main.rs).
```rust
use poem::{listener::TcpLi…
-
the tokio-postgres dep is currently pinned to a 0.7.7 fork: https://github.com/prisma/rust-postgres/commits/pgbouncer-mode/
the latest version is 0.7.11: https://github.com/sfackler/rust-postgres/b…
-
```rust
use tokio::io::AsyncReadExt;
use tokio::net::TcpStream;
use tokio::time::delay_for;
use tokio::time::{Duration};
use tokio::io::{ReadHalf};
use std::error::Error;
use tokio::io::Async…
-
I tried this code:
```rust
#[tokio::main]
async fn main() {
test_buf().await;
test_buf().await;
test_buf().await;
// ... Execute n times, do not use for loop
}
async fn test_buf(){
…
-
Now we are seeing the test `wasm32-unknown-unknown` has started to fail.
For instance: https://github.com/tokio-rs/tokio/actions/runs/11397298361/job/31712563964#logs
Click to see the failur…
-
I have some code that uses bb8-tiberius and tiberius, everything works when i am inside the network where the server lives, but when connecting over VPN tiberius times out trying to create the connect…
-
Use [tokio-rs/loom](https://github.com/tokio-rs/loom) for safety checking.
-
### Bug Description
I'm writing an API service using actix-web and sqlx. Integration tests use `#[sqlx::test]` with and without migrations. If I'm running more than around 20 tests at least one of th…