Info on the recv_chunk_no_stop method #27
-
Hi @Dad0u, Do you remember why you implemented the recv_chunk_no_stop feature for the Recorder block ? Weis |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @WeisLeDocto, |
Beta Was this translation helpful? Give feedback.
Hi @WeisLeDocto,
I was indeed told that on very rare occasions, the last points of data before stopping the program could be lost. I never could reproduce the issue. I wrote this method just in case some data points got to the Recorder after receiving the stop command. The method is still called in the finish method of the Recorder block, but i did not perform enough testing to know if it is actually necessary or not.