Skip to content
This repository was archived by the owner on Aug 6, 2020. It is now read-only.
This repository was archived by the owner on Aug 6, 2020. It is now read-only.

IterateeSubscriber feeds EOF into the iteratee onComplete #2

@wsargent

Description

@wsargent

This shouldn't be done, for example, it breaks the following:

Streams.publisherToEnumerator(somePublisher) >>> Enumerator("foo")

If the IterateeSubscriber (created by the PublisherEnumerator) feeds EOF when the publisher is done, then that means the concatenated enumerator can never be reached because the iteratee it feeds into will go done when it receives the EOF.

Moved from playframework/playframework#4956

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions