From 0417abca6a683f1e0fe5dbbc62c506a0259aff8a Mon Sep 17 00:00:00 2001 From: Joanna Yurdal Date: Fri, 5 Nov 2021 10:54:10 +0100 Subject: [PATCH] add XPUB_NODROP option --- azmq/socket.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/azmq/socket.hpp b/azmq/socket.hpp index 9859078..533c1ef 100644 --- a/azmq/socket.hpp +++ b/azmq/socket.hpp @@ -69,6 +69,7 @@ class socket : using router_handover = opt::boolean; using probe_router = opt::boolean; using xpub_verbose = opt::boolean; + using xpub_nodrop = opt::integer; using req_correlate = opt::boolean; using req_relaxed = opt::boolean; using last_endpoint = opt::binary;