You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
beany
?The text was updated successfully, but these errors were encountered: