not sure if this is reaktive’s responsibility, but...
# reaktive
s
not sure if this is reaktive’s responsibility, but I just learned that this operator always calls
mapper
with the same list _instance_:
Copy code
Iterable<Observable<T>>.combineLatest(mapper: (List<T>) -> R)
a
This was some sort of optimisation, but looks like I just overlooked this use case. Would you mind raising an issue, and I will fix that.
s
a
Yep, all good, thanks!