Skip to content

Commit

Permalink
2.x: fix ReplayProcessor backpressure and NotificationLite emission b…
Browse files Browse the repository at this point in the history
…ug (#5493)

* 2.x: fix ReplayProcessor backpressure and NotificationLite emission bug

* Restore coverage
  • Loading branch information
akarnokd authored Jul 18, 2017
1 parent 340bed9 commit 81fe956
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 308 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
package io.reactivex.internal.operators.flowable;

import java.util.concurrent.*;
import java.util.concurrent.atomic.AtomicReference;

import org.reactivestreams.*;

import io.reactivex.*;
import io.reactivex.Scheduler.Worker;
import io.reactivex.disposables.Disposable;
import io.reactivex.internal.disposables.DisposableHelper;
import io.reactivex.internal.subscribers.FullArbiterSubscriber;
import io.reactivex.internal.subscriptions.*;
import io.reactivex.plugins.RxJavaPlugins;
Expand Down
Loading

0 comments on commit 81fe956

Please sign in to comment.