Skip to content

Conversation

@ashergottlieb
Copy link
Member

Adds some testing and fixes the fromSwitch static method in Command.

Before Merging

  • PR to NU17-framework submitted which checks out that repository to your latest commit and fixes any breaking changes you have made
  • The checks listed in NU17-FRamework all pass


public Command addFinalTerminator(Terminator terminator) {
return Command.just(x -> this.source.execute(x).flatMap(y -> Flowable.<Terminator>just(y, terminator)).subscribeOn(Schedulers.io()));
return Command.just(x -> this.source.execute(x)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need on backpressure drop here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants