Closed
Description
How should I limit the maximum number of concurrently subscribed observables ?
I think a parameter like the one in flatMap (maxConcurrent) could be very useful.
concatMapEage currently has an optional parameter, capacityHint.
I think this is not very useful, I expected to find something like maxConcurrent
This operator might be confusing for some people, similar with #3498