Skip to content

Tuple of ConnectionFilters not working as expected #5

Description

@rcnlee

Calling replay with multiple connection filters is not returning any results:
replay(msg->dump(msg; maxdepth=1), bag1, 1, (ConnectionFilter(0), ConnectionFilter(3))
This line in bag.jl:210
select(filters::Tuple, x) = all(f->select(f,x), filters)
Should all be any?

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