#include "zeromq/ZeroMQ.hpp"
#include <iostream>
#include <optional>
#include <spdlog/spdlog.h>
#include <zmq_addon.hpp>
Go to the source code of this file.
Variables | |
constexpr int | ZEROMQ_MSG_TIMEOUT_MS = 1000 |
constexpr int | ZEROMQ_HEARTBEAT_TIMEOUT_MS = 1000 |
|
constexpr |
Definition at line 12 of file ZeroMQ.cpp.
|
constexpr |
Definition at line 10 of file ZeroMQ.cpp.