Skip to content

relay: name the initial track state a subscriber must observe - #541

Merged
afrind merged 1 commit into
mainfrom
fix/initial-state
Aug 11, 2026
Merged

relay: name the initial track state a subscriber must observe#541
afrind merged 1 commit into
mainfrom
fix/initial-state

Conversation

@afrind

@afrind afrind commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

A track's starting largest location and extensions were passed around as two loose values and applied by hand at five sites, in two different orders.

Group them as InitialTrackState. capture() reads the pair off a live forwarder; applyTo() writes it to a forwarder or to a subscriber, whichever the caller has. The two fields are independent, so the order applyTo picks is arbitrary. No behavior change.


This change is Reviewable

@akash-a-n akash-a-n left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akash-a-n reviewed 4 files and all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on afrind).

@afrind
afrind force-pushed the fix/initial-state branch from 14d2b0e to 7ab5442 Compare August 11, 2026 15:37
A track's starting largest location and extensions were passed around as two
loose values and applied by hand at five sites, in two different orders.

Group them as InitialTrackState. capture() reads the pair off a live
forwarder; applyTo() writes it to a forwarder or to a subscriber, whichever
the caller has. The two fields are independent, so the order applyTo picks
is arbitrary. No behavior change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@afrind
afrind force-pushed the fix/initial-state branch from 7ab5442 to c95e54c Compare August 11, 2026 15:39
@afrind
afrind merged commit e103153 into main Aug 11, 2026
26 of 28 checks passed
@afrind
afrind deleted the fix/initial-state branch August 11, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants