Skip to content

issues Search Results · repo:ReactiveX/RxJava language:Java

Filter by

3k results
 (63 ms)

3k results

inReactiveX/RxJava (press backspace or delete to remove)

From my understanding, ParallelFlowable.collect(Collector) uses the collector to accumulate values from each parallel rail and then combines each rail s final state into a single output value. It emits ...
Question
  • jackfirth
  • 3
  • Opened 
    23 days ago
  • #7836

Running the following test, I would expect all assertions to pass import com.google.common.base.Preconditions; import com.google.common.truth.Truth; import io.reactivex.rxjava3.core.Flowable; import io.reactivex.rxjava3.schedulers.Schedulers; ...
3.x
Question
  • fplein
  • 7
  • Opened 
    27 days ago
  • #7835

Running this code on API level 25, t1 and t2 are different when typing in the edit text. However, on API level 29, the t1 == t2 condition always evaluates to true. fun TextInputLayout.priceInput( ...
Android
Question
  • Jacek-Gawel
  • 2
  • Opened 
    28 days ago
  • #7834

I noticed that the order of annotations applied to methods in the project is inconsistent. For example, some methods have annotations in the following order: @BackpressureSupport(BackpressureKind.FULL) ...
  • ori0o0p
  • 1
  • Opened 
    on Feb 12
  • #7832

E.g., for the TestScheduler API: - TestScheduler.advanceTimeBy(long delayTime, TimeUnit unit), please add: advanceTimeBy(Duration) - TestScheduler.advanceTimeTo(long delayTime, TimeUnit unit), please ...
3.x
Feature-Request
  • kluever
  • 1
  • Opened 
    on Feb 4
  • #7830

The Observer contract requires a NotNull value in the onNext, but there is at least one operator which pushes a null to it (ObserveOn). Here s a simple test to reproduce this exception (in kotlin): class ...
  • fsbarata
  • 5
  • Opened 
    on Dec 4, 2024
  • #7805

Hello, I m looking for advice on implementing what I think is called shareReplay in RxJS. I ve been digging through documentation and haven t found a suitable operator yet in RxJava (or RxKotlin). Excuse ...
Question
  • fraune
  • 3
  • Opened 
    on Dec 2, 2024
  • #7803

Version 3.1.10 - November 26, 2024 Maven JavaDocs Bugfixes - Fix GC nepotism with MpscLinkedQueue s poll logic. #7799 - Fix FlowableBlockingIterable.onNext to set the exception before terminating ...
  • akarnokd
  • 1
  • Opened 
    on Nov 22, 2024
  • #7800

I m exploring implementing a new branch of RxJava, where the internals are rewritten to leverage JDK 21 s virtual threads. I hope this will significantly simplify Rx s internal implementation and debuggability ...
3.x
Discussion
  • abersnaze
  • 3
  • Opened 
    on Sep 14, 2024
  • #7763

When using Observable.delay() with a custom Scheduler backed by a ScheduledThreadPool with corePoolSize 1, the signals emitted by Observable.delay() can become misordered. The likelihood of hitting this ...
Question
  • joepembe
  • 1
  • Opened 
    on Sep 13, 2024
  • #7761
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub