exception messages (#656)

* fix exception messages for more printout about sockets or more detail
This commit is contained in:
Dhanya Thattil
2023-02-13 11:22:05 +01:00
committed by GitHub
parent fc42720208
commit 18136fed9d
5 changed files with 253 additions and 240 deletions

View File

@ -323,7 +323,7 @@ class Implementation : private virtual slsDetectorDefs {
// acquisition
std::atomic<runStatus> status{IDLE};
bool stoppedFlag{false};
std::atomic<bool> stoppedFlag{false};
scanParameters scanParams{};
// network configuration (UDP)