We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found while testing draft-05 interop with @lminiero.
SUBSCRIBE_OK { Subscribe ID (i), Expires (i), Group Order (8), ContentExists (f), [Largest Group ID (i)], [Largest Object ID (i)] }
draft-ietf-moq-transport-05 §6.12
moq-rs/moq-transport/src/message/subscribe_ok.rs
Lines 37 to 55 in 868fde2
Since we haven't landed draft-06 changes yet (#8) we can fix this in main and also update the draft-ietf-moq-transport-05 branch.
main
draft-ietf-moq-transport-05
The text was updated successfully, but these errors were encountered:
In b4ad512 I missed SUBSCRIBE_OK.
Sorry, something went wrong.
moq-transport: Add GroupOrder to SubscribeOk
ab6c85b
Just parsing/encoding for now. Still punting on making this change the actual delivery order. Addresses #12
Fixed in #13
No branches or pull requests
Found while testing draft-05 interop with @lminiero.
draft-ietf-moq-transport-05 §6.12
moq-rs/moq-transport/src/message/subscribe_ok.rs
Lines 37 to 55 in 868fde2
Since we haven't landed draft-06 changes yet (#8) we can fix this in
main
and also update thedraft-ietf-moq-transport-05
branch.The text was updated successfully, but these errors were encountered: