Fix stop rx stuck (#669)

stop should really stop even if receiver had crashed, so check rx status after sending stop; also ensuring restream  in acquire happens only if thers a callback
This commit is contained in:
Dhanya Thattil
2023-02-20 15:21:22 +01:00
committed by GitHub
parent 878eab9fc3
commit fe281bd1b1
3 changed files with 20 additions and 15 deletions

View File

@ -483,6 +483,12 @@ This document describes the differences between v7.0.0.rc1 and v6.1.2
to access shared memory without creating it first.
* Stop detector when receiver is stuck
If receiver was stuck or crashed, stop acquisition command should
stop detector first before checking receiver status to restream
dummy header. Fixed.
* Free and config command fail
Free and config command checked mismatch of size of shared memory before
freeing or loading new config. Fixed.