Skip to content

Add end-of-stream error handling

Mikhail Karnevskiy requested to merge feat/end_of_stream into master

@tim.schoof

ASAPO 21.03 offers send_of_stream flag, which can be send to a stream by producer, in case if there is nothing more to send to the stream.

Handling of corresponding Asapo error is introduced in current MR. If current stream if finished, given instance of streamer will try to start next stream and stop current.

Merge request reports