Skip to content

Compare substreams of receiver and sender

Mikhail Karnevskiy requested to merge feat/handle_substreams into master

@tim.schoof

AsapoWorker is design to automatize processing of multiple substreams. This MR adds an algorithm to derive a next substream, which is not jet processed. An idea is to compare processed substreams (present in sender stream) and all available in reveiver stream.

Merge request reports