You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add wrappers for context options (zmq_ctx_set/zmq_ctx_get) are similar to setsockopt/getsockopt functions to hide annoying cast like zmq_ctx_set(static_cast<void *>(ctx_), ZMQ_IPV6, 1).
The text was updated successfully, but these errors were encountered:
Please add wrappers for context options (
zmq_ctx_set/zmq_ctx_get
) are similar tosetsockopt/getsockopt
functions to hide annoying cast likezmq_ctx_set(static_cast<void *>(ctx_), ZMQ_IPV6, 1)
.The text was updated successfully, but these errors were encountered: