Remote Control shutdown now closes out pending requests as detached instead of abandoning them.
What's wrong with this entry?
When Remote Control shuts down, whether the host exits, the feature is turned off, or the transport tears down, every request or dialog still waiting on a remote answer is now completed with a detached outcome instead of being abandoned. Reachable by anyone using Remote Control, with no flag.
- The cleanup walks the outstanding request map, deletes each entry, calls its handler with
{ behavior: "detached" }and returns how many it closed. detachedis a new terminal outcome; it does not appear in v2.1.247 at all.
behavior: "detached"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.