You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a first step to building a working FETCH implementation, we should add the FETCH control message. The goal of this issue is to add everything to encode/decode the payload of a FETCH message and serve mocked responses as a means of unblocking development on the playback side of the house.
Even if we do a very minimal PoC implementation of FETCH on a branch at first, we should bump the version number to draft-07 to enable testing against other implementations.
As a first step to building a working FETCH implementation, we should add the FETCH control message. The goal of this issue is to add everything to encode/decode the payload of a FETCH message and serve mocked responses as a means of unblocking development on the playback side of the house.
This is related to englishm/moq-js#35.
I have a WIP of adding MAX_SUBSCRIBE_ID control messages here that we can use for inspiration: https://github.com/englishm/moq-rs/compare/me/draft-06...mcintyrehh:moq-rs:draft-06-ext?expand=1. This doesn't cover everything, but it should be a good start.
https://www.ietf.org/archive/id/draft-ietf-moq-transport-07.html#message-fetch
The text was updated successfully, but these errors were encountered: