moq-wg / moq-transport

draft-ietf-moq-transport
Other
82 stars 20 forks source link

Simplify/Clarify Subscribe by adding 4 modes #439

Closed suhasHere closed 5 months ago

suhasHere commented 5 months ago

I took a stab at another rewrite of Subscribe message which attempts to not use special group and object values. Also add support for multiple subscription flows that have been discussed.

As this is a control message, we should be Ok to be elaborate in describing the subscriber needs.

This leaves 0 as a special value for the StartObject and EndObject.

Fixes #436

suhasHere commented 5 months ago

@afrind updated the PR .. please let me know .. thanks

fluffy commented 5 months ago

I like that this would move us away from stealing special values from obejct id / group id space.

suhasHere commented 5 months ago

This looks good @ianswett .. thanks for the update