Change ZMQ to SUB

This commit is contained in:
2020-04-09 13:37:51 +02:00
parent 053f714eb7
commit 86b452312e
+1 -1
View File
@@ -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)
{