mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 05:02:24 +02:00
No memory relax order
This commit is contained in:
@@ -128,7 +128,7 @@ void ZmqRecvModule::receive_thread(const string& connect_address)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!is_saving_.load(memory_order_relaxed)) {
|
||||
if (!is_saving_) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user