7.0.3.rc2 (#866) (#867)

*7.0.3.rc2
* moench: handling bug in post processing from receiver when partial_frames policy and empty frame happens, only json header without data is sent
This commit is contained in:
2023-11-14 11:29:57 +01:00
parent 4b414bfddb
commit cfbe3c86cc
2 changed files with 25 additions and 11 deletions

View File

@ -1,4 +1,4 @@
SLS Detector Package Major Release 7.0.3 released on 13.11.2023
SLS Detector Package Major Release 7.0.3 released on 14.11.2023
===============================================================
This document describes the differences between v7.0.3 and v7.0.2
@ -113,7 +113,12 @@ This document describes the differences between v7.0.3 and v7.0.2
Previously, it crashed when nframes > 0. Fixed.
* [Moench] Moench interpolation issues fixed.
* [Moench] Interpolation issues fixed.
* [Moench] When receiver in discard_partial mode and gets an empty frame,
it sends a zmq packet with header and no data. This is handled in post
processing as a temporary solution.