-
There's been some interest, post-v3 launch, in a crate for managing CSRF tokens for actix-web. This would make a great jumping off point.
Are you interested in reviving this repo or alternatively w…
-
Original title: `std::marker::Send` is not implemented for `Rc`
## Expected Behavior
I am trying to use session object with `Redis` as the storage in a distributed system with `async-graphql` to s…
-
is there have middleware can do Digest Auth in actix-web
actix_web_httpauth can only support Bearer and Basic
so how can support Digest Auth like
“WWW-Authenticate","Digest realm="test", qop=…
-
I get ```rpc error: code = Unknown desc = Unable to build the crate => caused by: Unable to solve the graph => caused by: grpc-status: Unknown, grpc-message: "unknown API capability file.base"```
Aft…
-
# Actix actor의 AsyncContext 활용하기 (1) – my-dev-note –
Actix에서 actor를 생성하면, 해당 actor를 실행하는 문맥(context)에 해당하는 Context가 생성 되고, Context는 actor의 동작을 정의합니다. 그 중 Context를 활용해서 actor가 future를 실행, 취소, 기다리는 방법을…
-
The qdrant process produces a segmentation fault when shutting down during the index optimization.
It does not always happen, it is rather rare.
## Current Behavior
```bash
./cargo_run_follo…
-
It'll help the developpers a lot if we can add more examples like what actix-web has done: https://github.com/actix/examples
Currently we don't have enough docs. I hope me or anyone else can find t…
-
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] …
-
The app needs the boilerplate for integration testing with the database.
Actix suggests a pattern:
https://actix.rs/docs/testing/#integration-tests
-
`"error": "Could not connect to websocket endpoint ws://localhost:8000/ws. Please check if the endpoint url is correct."`
main.rs
```
use actix_web::{guard, web, App, HttpRequest, HttpResponse,…