-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi all
I found this actor framework because actix has no handlers that allow me to use `async fn handle(self, msg) { do_stuff().await }`
This looks pretty good.
I would like to handle multiple …
-
Hello, i'm a french computer science student that use your library for a personnal project.
By using your library, it seems that the library does not compile. I don't know if you still support thi…
-
Near starts one Arbiter per peer, which means dedicated event loop, in a dedicated thread:
https://github.com/near/nearcore/blob/2dbae5d83038b1724f45f19bcbe4baa58ca8e391/chain/network/src/peer_mana…
-
To process a `Stream` in a Kameo actor I think currently the only solution is to spawn a (Tokio) task and forward each item to the actor. Each item must be sent through the actors queue. Spawning the …
flxo updated
7 months ago
-
I'm trying to use `tracing-cloudwatch` from an actix actor. The logs is not sent to cloudwatch. To be sure my credentials were working I added the code to create log group/log stream. But the log grou…
-
I am running few near nodes locally, I created new account deployed staking pool contract on that account & started running the account as validator node using near core. Intially the num. of validato…
-
Hello! Is there an efficient way to save connected sockets?
I'm trying to use ws in dispatch handler ([my code](https://github.com/dynbox/hortalink/blob/dev/websocket/src/app.rs#L78)) but I only can …
-
Fix problem that caused Ping to be received in NewConnection.
```
2024-06-30T00:00:37.447727851Z WARN [mb2] NewConnection: SerdeDeCustom, as lobby: Ok(Ping), as table: Err(DeserializeUnexpectedEnd)…
-
Hello,
Just want to share this. I was curious about the overhead of `kameo` compared to "plain" channels and a task.
1. Profiling
Lets see where kameo spends it's cpu time. The following min…
flxo updated
7 months ago