Skip to content

stream_tags hangs when used with Stream.take #97

@jyc

Description

@jyc

Hello! Thanks for making sweet_xml!

The following code hangs:

"<feed></feed>" |> stream_tags(:feed) |> Stream.take(1) |> Enum.to_list

... but removing the Stream.take lets the code run to completion as expected:

"<feed></feed>" |> stream_tags(:feed) |> Enum.to_list

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions