Skip to content

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

Filter by

0 results
 (77 ms)

0 results

inReactiveX/RxJava (press backspace or delete to remove)

Observable.interval( 0, 1000, TimeUnit.MILLISECONDS, Schedulers.io() ).map { println( xxxxxxx interval interval interval $it ) } .sample( 2000, TimeUnit.MILLISECONDS, Schedulers.io() ) .map { println( ...
  • galwaychia
  • 11
  • Opened 
    8 days ago
  • #7872

I have been having very rare issues where an entry is signaled as overflowing back pressure, but when I checked all of my downstream Publishers they all have proper back pressure requests. It seems that ...
3.x
Question
  • wburns
  • 4
  • Opened 
    on May 13
  • #7864

Sonatype will close its OSSRH repo and makes users migrate to Central. Vanniktech s gradle-maven-publish-plugin v31 does support releasing to the central portal, however, the plugin requires Java 11+ ...
3.x
Build
  • akarnokd
  • 1
  • Opened 
    on May 8
  • #7863

I’m observing behavior that seems strange to me when I use an Observable constructed in the following way. I’m using Observable.using to create an observable based on some resource. In Observable.using, ...
Question
  • feerbach
  • 3
  • Opened 
    on May 6
  • #7862

When a subscription to an Observable.delay(delayErrors=true) operator is disposed of concurrently to the subscription s emissions, the onNext signals it issues to its downstream can be dropped at random. ...
3.x
Bug
  • joepembe
  • 5
  • Opened 
    on Apr 3
  • #7851

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 
    on Feb 18
  • #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 
    on Feb 14
  • #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 
    on Feb 13
  • #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
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub