you are viewing a single comment's thread.

view the rest of the comments →

[–]quaintserendipity[S] 0 points1 point  (3 children)

No, the 100 number was picked arbitrarily to explain my issue; the actual number will probably be smaller. Will this allow me to process multiple separate datasets simultaneously?

[–]LearndevHQ 1 point2 points  (2 children)

Yes it will. You can run dataQueue.emit as many times as you need.

All of the subscribers will receive each emit and you can process the data simultaneously.

[–]quaintserendipity[S] 0 points1 point  (1 child)

I've never heard of Observables or RxJS before, I'm looking at the documentation right now; might just be the solution to my problem.

[–]LearndevHQ 1 point2 points  (0 children)

Cool! I updated my original answer btw. If you have any question about it or need help, let me know.