Skip to content

filter on a MemoryStream should return MemoryStream #335

@staltz

Description

@staltz

filter on a MemoryStream was returning a Stream because we assumed that it would "remove" values, and a MemoryStream cannot have no value. But in fact a MemoryStream can have, sometimes, no value to replay. See the internal field _has: boolean.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions