Skip to content

Conversation

@englishm
Copy link
Owner

No description provided.

ianswett and others added 30 commits August 29, 2024 18:33
And allow implementations to send multiple Peeps sequentially on a single stream if they want.

Fixes #480
May fix #490
May fix #476
This change provides a step-by-step algorithm for how to pick the next
object to send, and which priorities take precedence over another, all
in one place.

This PR may or may not change the normative behavior of priorities
depending on one's interpretation of the current text (which, as we
learned in today's call, appears to vary between people).

Fixes #517
Adds three new error codes:

- Track Does Not Exist (0x3)
- Unauthorized (0x4)
- Timeout (0x5)

As discussed in #347
The draft is missing a number.
ianswett and others added 29 commits October 30, 2024 12:11
As I was reading through the draft, I found some slight typos in the
publisher interactions segment. This fixes them!
As of now, we use Subscribe ID for operations on a subscriber, and Track
Alias for operations on objects. In #581, there was an effort to remove
referencing subscribe id within object header types, but one slipped
through. This fixes that.
The role somewhat limited what actions were valid, but it's not clear
that was important. Also, some things can be limited by MAX_SUBSCRIBE_ID
now.

Fixes #574 
Fixes #586
We don't discuss how to use it anyway.

This was suggested in #589
This change provides a step-by-step algorithm for how to pick the next
object to send, and which priorities take precedence over another, all
in one place.

This PR may or may not change the normative behavior of priorities
depending on one's interpretation of the current text (which, as we
learned in today's call, appears to vary between people).

Fixes #517

Closes #585
This is an attempt at clarifying MAX_SUBSCRIBE_ID, feel free to make suggestions.

Fixes #547
We said we might do this after adding MAX_SUBSCRIBE_ID, so here it is.

Motivated by a comment on #572
This is an attempt at clarifying MAX_SUBSCRIBE_ID, feel free to make
suggestions.

Fixes #547
@englishm englishm merged commit fc6906c into englishm:main Nov 27, 2024
1 check passed
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.