fix to not throw exception when stopping detector when it really stopped, expecting idle instead of stopped flag (#595)

This commit is contained in:
Dhanya Thattil
2022-12-12 11:39:20 +01:00
committed by GitHub
parent ff5aa13073
commit 3fb22dc20a
2 changed files with 11 additions and 1 deletions

View File

@ -440,6 +440,11 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
Changes or Fixes:
* [Jungfrau][Gotthard2][Mythen3][Gotthard][Moench][Ctb] Can't stop
This bug was introduced in 6.1.1, when stopping an acquisition saying it
cannot stop, even though it was successful. It is fixed now.
* Free and config command fail
Free and config command checked mismatch of size of shared memory before
freeing or loading new config. Fixed.