We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae4a88 commit 929fd63Copy full SHA for 929fd63
1 file changed
Framework/CHANGELOG.md
@@ -1,4 +1,10 @@
1
# 2024-02-22: Move DataProcessingDevice to use Signposts
2
+# 2024-02-24: Introduce calibration mode
3
+
4
+This introduces a new --data-processing-timeout `<timeout>` option which can be used to specify
5
+that data processing should finish after `<timeout>` seconds. After it, only the messages which are produced on EndOfStream will be send.
6
7
+# 2024-02-23: Move DataProcessingDevice to use Signposts
8
9
All the messages from DataProcessingDevice have been migrated to use Signpost.
10
This will hopefully simplify debugging.
0 commit comments