RxJava icon indicating copy to clipboard operation
RxJava copied to clipboard

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

Results 24 RxJava issues
Sort by recently updated
recently updated
newest added
trafficstars

Add `onDropped` callback overloads to most operators that drop items that can't be recovered by other means. - [x] `throttleLatest` [PR #7457](https://github.com/ReactiveX/RxJava/issues/7457) - [ ] `throttleFirst` (PR TBD) - [...

Enhancement
3.x

Version 3.1.4 Scala as of 2.13 and Akka (another reactive framework) have added various `unfold` patterns, and I'm finding a need for this currently. Here's the use case - pagination...

Feature-Request
3.x

Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.19.0 to 0.21.0. Release notes Sourced from com.vanniktech.maven.publish's releases. 0.21.0 Changelog 0.20.0 Changelog Changelog Sourced from com.vanniktech.maven.publish's changelog. Version 0.21.0 (2022-07-11) Behavior changes The com.vanniktech.maven.publish stops adding...

dependencies
java

Would you be open to make it possible to sponsor this project on GitHub like I've seen other projects do?

Question

- [x] `amb`: indicate cancellation and request propagation - [x] `ambArray`: indicate cancellation and request propagation - [ ] `combineLatest` + 4: missing diagram - [ ] `combineLatestDelayError` + 5:...

Documentation
PR welcome
3.x

I'm no longer able to devote time to maintaining the reactivex.github.io site and its associated ReactiveX repo. There are some outstanding PRs that need review/merging, but in general there hasn't...

This is the overview of the suggested/planned changes to the Wiki. *Text in bold are for extra considerations/options*. - [ ] [`Additional-Reading.md`](https://github.com/ReactiveX/RxJava/blob/3.x/docs/Additional-Reading.md): review links, add newer links to blogs and...

Documentation
Discussion
PR welcome
3.x

From [this comment](https://github.com/ReactiveX/RxJava/pull/4530#issuecomment-246390124): - parameter names change in the code but the javadocs still refer to the old names - potential exceptions change in the code and the javadocs aren't...

Documentation
3.x

For some reason, the parallel Scrabble benchmark performs poorly when the parallelism level is 10+, for example, on my i7 8700 CPU (6 cores/12 threads): ![image](https://user-images.githubusercontent.com/1269832/76394177-582eb180-6375-11ea-89a1-ec77b383134e.png) However, my older i7...

Performance
3.x

``` io.reactivex.rxjava3.internal.operators.flowable.FlowableConcatMapSchedulerTest > mapperDelayError2ScheduledLong FAILED java.lang.AssertionError: Not completed (latch = 1, values = 1, errors = 0, completions = 0, timeout!, disposed!) at io.reactivex.rxjava3.observers.BaseTestConsumer.fail(BaseTestConsumer.java:125) at io.reactivex.rxjava3.observers.BaseTestConsumer.assertComplete(BaseTestConsumer.java:178) at io.reactivex.rxjava3.internal.operators.flowable.FlowableConcatMapSchedulerTest.mapperDelayError2ScheduledLong(FlowableConcatMapSchedulerTest.java:1093) ```

Test-Failures
3.x
Investigating