Fault-tolerant async actors for Rust that scale seamlessly

actors distributed tokio-rs
1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug and fix a panic in the Kameo Rust library that occurs when calling `stop_gracefully()` on an already stopped actor. The issue stems from a type conversion error within the error handling, specifically when converting a `tokio::sync::mpsc::error::SendError` to a `kameo::error::SendError`. The solution involves modifying the error handling to gracefully handle the case where the actor is already stopped, likely by returning a specific error type indicating this condition instead of panicking.

Complexity: 4/5
bug good first issue

Fault-tolerant async actors for Rust that scale seamlessly

Rust
#actors#distributed#tokio-rs