-
### 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…
-
## Setup
Linux Ubuntu 20.04.6 LTS 64Bit
### Versions
- **Rust:** 1.73.0 STABLE
- **Diesel:** 2.1.3
- **Database:** Postgres SQL 12.16
- **Operating System** Linux Ubuntu 20.04.6 LTS 64B…
-
In the Primes Calculation example code, the Profiler actor has two remote messages: Primes and RegisterMessage.
[#[remote_messages(Primes, RegisterMessage)]](https://github.com/wenig/telepathy-exam…
-
A Actix message can be configured to return some response to requester, but this is not possible in actix-telepathy.
```rust
use actix::prelude::*;
// this is our Message
// we have to define …
-
When I add `#[with_source(source)]` to the [code exemple](https://docs.rs/actix-telepathy/latest/actix_telepathy/) I receive a error
```rust
use actix::prelude::*;
use actix_broker::BrokerSubscr…
-
r-nacos: v0.5.9
两个程序(两个配置), 二十个服务左右
反复注册(开发需要来回重启服务, 有个几十次), 从最开始6mb左右到12mb, 中间即使停止服务内存也不会释放
疑似有资源泄露未释放
![image](https://github.com/nacos-group/r-nacos/assets/28394742/c96cdf2e-b81d-474d-b78d-75…
-
```rust
use actix::prelude::*;
use actix_broker::BrokerSubscribe;
use actix_telepathy::prelude::*;
use serde::{Serialize, Deserialize};
use std::net::SocketAddr;
#[derive(Message, RemoteMessag…
-
`rustc --version --verbose`:
```
rustc 1.73.0 (cc66ad468 2023-10-03)
binary: rustc …
-
- working with the `.send().into_actor()` interface
-
recurrence example:
https://github.com/fawdlstty/Minx/tree/cb0d94e10bb69ec16ba69c7ad33246a22813fbcf
error code:
https://github.com/fawdlstty/Minx/blob/cb0d94e10bb69ec16ba69c7ad33246a22813fbcf/src…