-
**Short-version:** I suggest to drop `/tokenInfo`, and instead implement `/introspect` which appears to be missing support despite being the official OIDC endpoint for this purpose?
---
## `/tok…
-
## Description
I am attempting to compile the code generated by seaography-cli with `-f actix`. However, during the compilation process, I encountered "could not compile `async-graphql-actix-web`" …
-
Basically, turn this into a PR:
```diff
diff --git a/utils/near-performance-metrics/src/actix_enabled.rs b/utils/near-performance-metrics/src/actix_enabled.rs
index d7cfa3eca..a97cc5b78 100644
-…
-
Binary is still running but is useless and fills the logs with flood of mailbox errors.
```
Nov 17 16:46:24 near03 neard[1445878]: Nov 17 16:46:24.672 INFO stats: #52890638 HzgsmYrzpyayMRfmwh2bdYm4…
-
It would be handy to have built-in automatic tracing. We could have simply inserted `log::trace` somewhere in wrappers-handlers, but I think there should be configuration of some kind.
We could add s…
-
I have
```rust
async fn subscriptions(
req: HttpRequest,
stream: web::Payload,
schema: web::Data,
) -> Result {
let context = Context::new()
let schema = schema.into_inner(…
-
@pmnoxx noted that `actix::Addr::send` can be blocking if the mailbox is full, thereby causing delays. When there are a lot of network traffic, there could be a ton of messages sent from peer to peer …
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single…
-
rnacos主体逻辑是基于actix框架实现。
目前存在不少actor有相互依赖,一个actor 不是直接访问另一个 actor,通过消息传递信息,依赖关系构造维护有点复杂。
准备接入依赖注入容器,初始化时统一从容器取依赖的 actor 地址,简化有相互依赖的actor实例构造。
-
**Describe the bug**
RC node crashes regularly. Here is the last error.
This is an RPC node in testnet with a custom trie_viewer_state_size_limit value (5_000_000_000).
```
2023-01-31 1…