- From: Matt Polichette <notifications@github.com>
- Date: Thu, 10 Jan 2019 16:36:22 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 January 2019 00:36:43 UTC
Sorry if this is not the right place to ask this. I've read through a bunch of the docs and it seems like most considerations for teeing are designed with teeing happening from the initial creation of a stream. This makes sense when you're streaming a necessary "whole" of something. I was wondering if there was any design considerations for dynamic teeing. Essentially, I want to tee out data to multiple sinks, but the sinks can come and go over time. It seems like I could build something out using more than one stream, but at that point, I wouldn't even be using the tee defined in the library. Thanks for any help! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/979
Received on Friday, 11 January 2019 00:36:43 UTC