Skip to content

Conversation

@davidmoten
Copy link
Contributor

This PR uses AbstractOnSubscribe to provide much simpler implementations of StringObservable.from(InputStream) and StringObservable.from(Reader) that support backpressure.

This PR also

Copy link
Member

Choose a reason for hiding this comment

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

I'd only copy if count < size.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

thanks, I'll adjust

@davidmoten
Copy link
ContributorAuthor

Moved the explicit version issue in build.gradle to #17. This PR may be ok for merge now.

build.gradle Outdated
Copy link
Member

Choose a reason for hiding this comment

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

This remained here accidentally.

@davidmoten
Copy link
ContributorAuthor

woops, sorry, fixed.

@akarnokd
Copy link
Member

Thanks.

akarnokd added a commit that referenced this pull request Apr 12, 2015
use AbstractOnSubscribe for StringObservable.from(InputStream) and from(Reader)
@akarnokdakarnokd merged commit 8ad398b into ReactiveX:1.xApr 12, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@davidmoten@akarnokd