Join Slack
Communities
Powered by
not sure if this is reaktive’s responsibility, but...
# reaktive
s
saket
06/20/2021, 9:11 PM
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
Arkadii Ivanov
06/20/2021, 9:40 PM
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
saket
06/20/2021, 9:54 PM
Done, does this look good?
https://github.com/badoo/Reaktive/issues/625
a
Arkadii Ivanov
06/20/2021, 10:30 PM
Yep, all good, thanks!
3
Views
Open in Slack
Previous
Next