From cc5c3cb64bcf17618121a30819cde9817348503c Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 15 Apr 2021 15:22:55 +0200 Subject: [PATCH] Added clarification regarding stream behaviour --- jf-live-writer/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jf-live-writer/README.md b/jf-live-writer/README.md index 4e8747e..21dd53e 100644 --- a/jf-live-writer/README.md +++ b/jf-live-writer/README.md @@ -105,6 +105,10 @@ In case the sequence is broken (wrong send order from the writer agent or lost messages, etc.) the writer will ignore the received message. An operational state can be restored by sending a **op\_code = 2** message. +Images are written only when op_code = 0, meaning that the start and stop +message are not used for writing data. This allows to send the stop message +in case we need to reset the writer status at any point. + #### ImageMetadata This comes from jf_assembler without modifications for a particular image.