mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 09:44:17 +02:00
Do not exit after all frames are received
This commit is contained in:
@@ -81,8 +81,6 @@ void write_h5(WriterManager *manager, RingBuffer *ring_buffer, string output_fil
|
||||
#ifdef DEBUG_OUTPUT
|
||||
cout << "[h5_zmq_writer::write] Writer thread stopped." << endl;
|
||||
#endif
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
||||
void receive_zmq(WriterManager *manager, RingBuffer *ring_buffer, string connect_address, int n_io_threads=1, int receive_timeout=-1)
|
||||
|
||||
Reference in New Issue
Block a user