swactor/tests
Developer 0213938964 fix: dead actor cleanup prevents AddressMap and ActorPool memory leak
Poisoned actors are now removed from ActorPool and AddressMap after
tick_all (phase 7). Previously they leaked indefinitely. Sends to
cleaned-up actors return Err instead of silently discarding — callers
learn the actor is gone.

Known bug class in Akka (#22990), C++ Actor Framework (#420).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 12:11:58 +00:00
..
runtime_api.rs fix: dead actor cleanup prevents AddressMap and ActorPool memory leak 2026-02-12 12:11:58 +00:00
test_python.py fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
transport_api.rs feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00