Commit graph

2 commits

Author SHA1 Message Date
38e16482d6
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-15 13:03:56 +02:00
3cc3013a88
refactor: add remote exit test 2026-04-15 13:03:56 +02:00