rtc-io / rtc-bufferedchannel

DEPRECATED: Wraps a core browser RTCDataChannel with a buffering layer to ensure "safe" data channel send limits are observed
Apache License 2.0
3 stars 6 forks source link

To deprecate or not to deprecate? #7

Open DamonOehlman opened 9 years ago

DamonOehlman commented 9 years ago

Not really using this module much anymore as I have found using rtc-dcstream has been nice and reliable, plus being able to integrate with the existing node streams community is absolutely awesome.

@flavioribeiro Is this still being used in bem.tv?

flavioribeiro commented 9 years ago

hey @DamonOehlman I'm still using it on bem.tv but having plans to change everything in there. It's a good chance to deprecate this. is rtc-dcstream realiable and can handle huge binary streams?

DamonOehlman commented 9 years ago

Cool mate. Yeah, rtc-dcstream is getting really close and I'm just about to add some additional test cases to ensure that it does handle massive binary streams...