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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed (breaking — wire protocol)
Transport / @musubi/client — Connection roots are now identified
by (module, caller id); the server composes and assigns the wire root_id, which the client treats as opaque. Fixes silent state
corruption when two roots shared a caller id. Duplicate (module, id)
on one connection is rejected with :already_mounted. Client-side
dedup removed. Tooling that pinned literal root_id values must
update. See spec/domains/runtime/features/connection-root-identity.feature (#65).