You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relay: fold registry replacement into installPublisherForwarder
Previously, createPublisherForwarder built a forwarder and returned it to the
caller to register. Now, installPublisherForwarder takes an already-constructed
forwarder, wires its callback chain, and returns the
LocalForwarderRegistry::Claim from replacing the registry entry, so the subscribe
path can use it in a subsequent commit. publishFromPublisherExec constructs the
forwarder itself and calls markReady on that claim.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments