-
Background: #301
The token fetched from the token server may have a TTL, see `TokenResponse::expires_in`. In most implementations, the value is about several hours. Our catalog client is a long-li…
-
Just questions about this article: https://pkolaczk.github.io/memory-consumption-of-async/
Does anyone know why rust tokio using less memory than rust traditional thread?
-
When execute the ./start-kbs.sh script, the following error message appears:
```
Error: database pool init error for pool named `diesel`
>> timed out waiting for connection: unable to open datab…
-
At the moment, when I run cargo clippy, I get a huge number of warnings related to “this function has too many arguments”. This mainly happens in fields that have a large number of filters or relay co…
-
Im very new to rust, so my question/sample code might be weird.
Im trying to build a small rest api with actix, where I stream large result sets back to client
But atm when I loop resultset with n…
-
### What crate(s) in this repo are involved in the problem?
tokio-console
### What is the issue?
tokio-console shows a warning for a task having lost it's waker. But the task should be finished.
I…
-
The given code on your home page:
```rust
use std::{convert::Infallible, net::SocketAddr};
use hyper::{Body, Request, Response, Server};
use hyper::service::{make_service_fn, service_fn};
asy…
-
cargo version:
`ruspiro-channel = "0.1.1"`
```
Compiling channel-banchmark v0.1.0 (F:\rust\channel-banchmark)
error[E0425]: cannot find function `async_channel` in module `ruspiro_channel::mp…
-
Code: https://github.com/esp-rs/esp-idf-svc/blob/4fff46bba1be66ae3c6945d3b8bda30a589f6f6b/examples/tls_async.rs
Backtrace:
[backtrace.txt](https://github.com/smol-rs/async-io/files/14695958/crash.…
-
I am trying to get [lora_phy](https://github.com/lora-rs/lora-rs/tree/d86786988a4a446963d1e85e3ab99a225734cedd/lora-phy) working with rppal. But I am getting the following errors
![image](https://git…