-
Notifications
You must be signed in to change notification settings - Fork 79
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
v2 Plans #314
Comments
Also, for what it's worth, I don't think we're in any rush here, so no pressure to respond ASAP to this. |
I'd recommend to focus on just Many users have been suffering from the async write and the blocking write is the most wanted feature atm. The streamlined goal with v2 make it more achievable to put it into pion/webrtc v4. (getting rid of pendingQueue out of the way for the future enhancement is also nice) |
That's fine with me. Do you have any vision for what you'd re-architect to achieve blocking writes? I could "just" go down a proof of concept route to achieve and see what changes fall out. What do you think? |
I see (or hope) not much This is my quick thought (I may be wrong). I think it is good idea for you to just go ahead try it out ;) |
I'll give it a go once some of my paid work lets up :D |
@enobufs, I figured we could start talking here publicly about what we should do in v2.
Right now we know that ultimately we want:
The first two make sense to me and can likely be done without an official v2. Blocking writes however is a breaking change and I was curious if you had some ideas in your head on what a newer architecture would look like? I know you mentioned that you don't love the current state machine.
I figure we can start here and try to outline the general idea of what we should do. I don't think the plan has to be hyper specific but it would be good to be on the same page and be able to define units of work that don't result in just some massive PR to get to v2 (unless that is truly the best way!).
Also, anyone else interested in this project, if you have thoughts and opinions on how we achieve the above, please chime in!
The text was updated successfully, but these errors were encountered: