mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
WIP
This commit is contained in:
@ -1048,7 +1048,8 @@ int DetectorImpl::acquire() {
|
||||
}
|
||||
Parallel(&Module::startAndReadAll, {});
|
||||
} catch (...) {
|
||||
Parallel(&Module::stopReceiver, {});
|
||||
if (receiver)
|
||||
Parallel(&Module::stopReceiver, {});
|
||||
throw;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user