Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do channel info records have to appear in chunks if they have appeared in earlier chunks? #34

Closed
defunctzombie opened this issue Jan 21, 2022 · 1 comment
Labels
feature New feature or request

Comments

@defunctzombie
Copy link
Contributor

The spec says: A channel info record must occur in the file prior to any message that references its Channel ID.

If I write a chunk and know I've written a channel info record before in another chunk - do I need to write the channel info record again?

@defunctzombie defunctzombie added the feature New feature or request label Jan 21, 2022
@jhurliman
Copy link
Contributor

The diagram spells this out explicitly, showing an example of messages in a new chunk referencing the channel id of a channel info that appeared in a previous chunk. It would be nice if the writing spelled this out as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

No branches or pull requests

2 participants