-
Notifications
You must be signed in to change notification settings - Fork 23
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
Additional Subscribe Errors #347
Labels
Wire Format
Related to how messages are serialized and parsed
Comments
As discussed today, it'd be nice to have one indicating "Timeout". |
Assigned to @kixelated as C-in-C of error codes. |
englishm
added a commit
to englishm/moq-transport
that referenced
this issue
Sep 18, 2024
Adds threw new error codes: - Track Does Not Exist (0x3) - Unauthorized (0x4) - Timeout (0x5) As discussed in moq-wg#347
englishm
added a commit
to englishm/moq-transport
that referenced
this issue
Sep 18, 2024
Adds three new error codes: - Track Does Not Exist (0x3) - Unauthorized (0x4) - Timeout (0x5) As discussed in moq-wg#347
ianswett
added a commit
that referenced
this issue
Sep 18, 2024
Adds three new error codes: - Track Does Not Exist (0x3) - Unauthorized (0x4) - Timeout (0x5) As discussed in #347
Fixed by #529 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I woudld think that "track doesn't exist" and "unauthorized" would be useful error codes, but they don't seem to fit in 'Invalid Range' or 'Retry Track Alias'.
The text was updated successfully, but these errors were encountered: