swactor/CLAUDE
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
..
notes fix: dead actor cleanup prevents AddressMap and ActorPool memory leak 2026-02-12 12:11:58 +00:00
TASK.md feat: per-actor message budget for tick fairness 2026-02-12 11:11:30 +00:00