bugfix stream address parameter index

This commit is contained in:
Leonardo Hax Damiani
2022-02-09 11:32:37 +01:00
committed by GitHub
parent 48b68668f4
commit ab09d26c70
+1 -1
View File
@@ -27,7 +27,7 @@ int main (int argc, char *argv[])
}
auto config = BufferUtils::read_json_config(string(argv[1]));
const auto stream_address = string(argv[3]);
const auto stream_address = string(argv[2]);
auto ctx = zmq_ctx_new();
zmq_ctx_set(ctx, ZMQ_IO_THREADS, STREAM_ZMQ_IO_THREADS);