Skip to content

Commit

Permalink
fix: remove useless upstream assignment in the new concatMap
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Nov 30, 2023
1 parent 83c8785 commit 0f2b5ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public Context context() {
@Override
public void onSubscribe(Subscription subscription) {
if (UPSTREAM_UPDATER.compareAndSet(this, null, subscription)) {
upstream = subscription;
downstream.onSubscribe(this);
} else {
subscription.cancel();
Expand Down

0 comments on commit 0f2b5ca

Please sign in to comment.