Skip to content

Draft 18 API update - #180

Closed
RichLogan wants to merge 1 commit into
mainfrom
draft-18-update
Closed

Draft 18 API update#180
RichLogan wants to merge 1 commit into
mainfrom
draft-18-update

Conversation

@RichLogan

@RichLogan RichLogan commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Quick API only change for draft-18

@RichLogan
RichLogan requested a review from TimEvens June 24, 2026 13:23
@RichLogan

Copy link
Copy Markdown
Contributor Author

Blame the heat for me not seeing #179

@RichLogan RichLogan closed this Jun 24, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9a55fa7f13

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +838 to 839
if (param.first == static_cast<std::uint64_t>(quicr::messages::ParameterType::kNewGroupRequest)) {
s_attrs.new_group_request_id = true;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve peer new-group request IDs

When this path matches an existing peer SUBSCRIBE after a local publish/announce appears, a peer may already have sent a NewGroupRequest value greater than 1 in parameters; this code only checks for the key and then sets new_group_request_id to true (i.e. 1), discarding the parsed ngr_id value above. That causes the subsequent subscribe processing to lose the actual group the peer requested, so late peer subscriptions can be forwarded without requesting the intended new group from the publisher.

Useful? React with 👍 / 👎.

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.

1 participant