Skip to content

lines() returning Publisher is missing invocation of onSubscribe() #1

@fmcarvalho

Description

@fmcarvalho

This method was intended for an unbounded Observable without backpressure. Thus we should implement it based on Observable of RxJava rather than Publisher. And then maybe latter we may convert it to a Flowable (a Rx Java implementation of Publisher) with a BackpressureStrategy.BUFFER strategy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions