Fix runtime child route forwarding

This commit is contained in:
Michael Mikovsky
2026-05-09 12:47:51 -06:00
parent a61c0ce72d
commit 0f54b53a79
2 changed files with 70 additions and 3 deletions
-2
View File
@@ -285,8 +285,6 @@ connection closes or unregisters
- Local outbound calls through the runtime are not implemented.
- Connection registration does not yet atomically update endpoint routes.
- Disconnect does not yet clean hooks, sessions, route state, and queued effects.
- `RouteDecision::Child(index)` still depends on index compatibility with the
existing `ProtocolEndpoint` route table.
- Child ingress still allocates because the existing `Ingress::Child` owns a
`Vec<String>`.