Skip to content

Online fixes: part 2

Patrick Godwin requested to merge online_fixes_pt2 into main

Fix more issues with the online pipeline:

  • Fix hanging in synchronizer: the sampling rate was not passed in from the configuration, so the default queue size was too small
  • Fix key error in sink: Empty section for channel list should not correspond with 'no channels'

Merge request reports