Group of 3 Under the hood
A new sessionInboxPointers tracker records queued bridge messages, re-notifies unfetched attachments when idle, and taps into command lifecycle events.
What
- A new
sessionInboxPointerstracker records queued messages: when a remote/bridge control message or a remote-origin user message is queued, it's registered vianoteQueuedwith its origin, wake state, and id. - When the session goes idle, queued file/attachment ids that a remote bridge peer never fetched are now re-sent via
renotifyUnfetched, both from the idle-nudge path and a newonIdleReportedcallback. - Session setup now also taps into command lifecycle events via this same tracker.
Why This makes message and attachment delivery to a remote/bridge peer (such as a companion device or connected session) more reliable, ensuring items that were queued but never picked up get another chance to be delivered instead of silently sitting unfetched.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What tapCommandLifecycle actually does with command lifecycle events is not stated in the finding.