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?
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
allbeany?