mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 23:02:21 +02:00
Change ZMQ to SUB
This commit is contained in:
@@ -56,7 +56,7 @@ ZmqReceiver::ZmqReceiver(
|
||||
const int n_io_threads) :
|
||||
header_values_type_(header_values_type),
|
||||
context_(n_io_threads),
|
||||
socket_(context_, ZMQ_PULL),
|
||||
socket_(context_, ZMQ_SUB),
|
||||
message_header_(config::zmq_buffer_size_header),
|
||||
message_data_(config::zmq_buffer_size_data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user