Commit graph

2 commits

Author SHA1 Message Date
446667892c
feat: clean up local_actors/outbound tables when senders exit
The endpoint now links to each local actor when it is first assigned an
outbound wire ID, trapping the exit to remove stale entries from the
outbound and local_actors tables.

To preserve spawn_link semantics, the endpoint stores the spawner's
instance_id() at init time. Trapped exits from the spawner are always
re-propagated regardless of whether the spawner also appears as an outbound
sender.
2026-04-17 22:47:23 +02:00
35600d6029
refactor: add remote exit test 2026-04-17 22:47:23 +02:00