-
As described [here](https://github.com/bartekus/actix-web-cra-ssr/issues/4).
-
I've been working on a bot that has some commands that requires a database connection in order to hold some state across restarts.
While having the config being passed is fine for stateless bots. A…
-
hi!
I've been following many web frameworks based on tokio, including actix, hyper, axum, warp, salvo, and others. Many of these web frameworks have issues related to memory leaks, but after invest…
-
## Source
```rust
// lib.rs
#![allow(dead_code)]
use meilisearch_sdk::{indexes::Index, Client};
use serde::Serialize;
#[derive(Serialize)]
struct SimpleStruct 0) // failed
}
fn index…
-
Hello,
Two or 3 awesome feature we could have in the future:
- Task chaining !!!
- Abortable Tasks (Backend needed first I suppose) like in python celery
- Share object between tasks (cache, ..)…
-
```rust
#[utoipa::path(
tag = "Master Storage",
context_path = "/api/v1/storage",
)]
#[post("/")]
pub async fn store(
pool: Data,
form: MultipartForm,
socket: Data,
) -> Result {
…
-
I'm switching from actix-web's HTTP client to reqwest, and am missing a way to extract statistics about connection reuse from reqwest's pool. Here's the original implementation of it in actix-web 0.7 …
-
During testing it has become obvious `paritytech/jsonrpc`[1] is not well suited for async muti threaded code. This issue is around moving the current handler logic and API to actix or strait hyper[2] …
-
Whenever trying to compile and run it, you get the following error:
```
error[E0277]: the trait bound `server::MppServer: actix::Actor` is not satisfied
--> src/session/ws_session.rs:18:22
|
…
ar065 updated
4 years ago
-
Hi fafhrd91
I would love to use your actix-web framework, please publish. Actix-web is the only one, that is production ready framework for me. Please publish it, I appreciate your work a lot.
Tha…