Skip to content

quest(transport-upgrade): WebSocket to QUIC upgrade - #4180

Draft
kixelated wants to merge 23 commits into
devfrom
quest/m1/transport-upgrade/README
Draft

kixelated wants to merge 23 commits into
devfrom
quest/m1/transport-upgrade/README

Conversation

@kixelated

@kixelated kixelated commented Sep 25, 2026 •

Copy link
Copy Markdown
Collaborator

Problem

The WebSocket to QUIC upgrade questline (quest/m1/transport-upgrade/) needs a line branch for its children (Rust, JS) to merge into.

Approach

Opens the line. This stays a draft until its Quests list empties.

The line targets dev: the Rust child (#4189) moves server::Transport to moq_tokio::Transport with no re-export and adds a WebTransport variant, a published API break. origin/dev was merged into the line (no rebase). Resolved conflicts: quest/m1/README.md (kept dev's origin-mount, dropped the completed decoded-frames and tokio-reconnect-ports entries), rs/moq-net/src/model/origin.rs imports, and rs/moq-relay/src/connection.rs (kept dev's move of authorize into the cluster, carrying main's moq-lite-07-wip comment fix to cluster.rs). origin/main was then merged too, bringing #4157 so moq-ffi compiles on the line.

Impact

Alternatives

  • None.

Follow-ups

  • None.

(Written by Claude Opus 5.5)

🤖 Generated with Claude Code

kixelated and others added 19 commits September 25, 2026 05:44
…4127)

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…s it (#4104)

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Grok 4.7 <noreply@x.ai>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…count (#4142)

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…4123)

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
…section (#4089)

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Grok 4.7 <noreply@x.ai>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Grok 4.7 <noreply@x.ai>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: moq-bot[bot] <186640430+moq-bot[bot]@users.noreply.github.com>
…ks (#4137)

Co-authored-by: Brad Greenway <brad.greenway@surveillx.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>

# Conflicts:
#	quest/m1/README.md
#	rs/moq-net/src/model/origin.rs
#	rs/moq-relay/src/connection.rs
@kixelated
kixelated changed the base branch from main to dev September 25, 2026 20:50
kixelated and others added 2 commits September 25, 2026 13:53
Brings in #4157 so moq-ffi compiles on the line.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…4189)

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
Co-authored-by: Grok 4.7 <noreply@x.ai>
@kixelated
kixelated marked this pull request as ready for review September 26, 2026 00:10
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-26T00:16:20.448456Z cf3bb19 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>

@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: cf3bb19cf5

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rs/moq-ffi/src/binary.rs
Comment on lines +43 to +47
pub fn publish_binary_snapshot(
&self,
name: String,
config: MoqBinaryConfig,
) -> Result<Arc<MoqBinarySnapshotProducer>, MoqError> {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Add binary publishing to the ergonomic bindings

These new UniFFI methods are not exposed by the hand-written wrappers in py/moq-rs, swift/Sources/Moq, kt/moq, dart/moq, or go/wrapper, and their binding docs are also unchanged. As a result, users of the supported ergonomic packages cannot access binary snapshot or stream publishing even though the shared binding surface now advertises it; add the corresponding wrapper methods and documentation in this change.

AGENTS.md reference: AGENTS.md:L94-L96

Useful? React with 👍 / 👎.

@kixelated
kixelated marked this pull request as draft September 26, 2026 00:27

This branch has not been deployed

No deployments
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