Imported from previous forum
In the event of a decoding error when processing FAST over a TCP stream, how would I algorithmically skip to the end of a message, to start processing the next one?
Is there an end-of-message marker defined by the standard?
Jeff,
there’s no end-of-message marker in the standard.
You can however use blocks to implement skipping.
Blocks are defined in section 10 of the spec.
/Rolf
In the event of a decoding error when processing FAST over a TCP stream,
how would I algorithmically skip to the end of a message, to start
processing the next one?Is there an end-of-message marker defined by the standard?