mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-05 16:54:50 +02:00

The zmq_recvmsg() function has been replaced by zmq_msg_recv() since version 3.2.0, and has since been marked as deprecated. See: https://raw.githubusercontent.com/zeromq/zeromq3-x/master/NEWS Replace our uses of the old function (which was in monitor_t::monitor()) with the more modern function call. Support backwards compatibility with a #DEFINE macro for versions of zmq preceeding 3.2.0
This is C++ binding for 0MQ The contribution policy is at: http://rfc.zeromq.org/spec:22
Description
Languages
C++
96.2%
CMake
3.5%
Shell
0.3%