zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 195 forks source link

Add wrapper for zmq_proxy_steerable #191

Closed indiosmo closed 7 years ago

indiosmo commented 7 years ago

Wrapper around http://api.zeromq.org/4-2:zmq-proxy-steerable

bluca commented 7 years ago

Some of the builds fail in the CI. Could you please have a look?

xaqq commented 7 years ago

Also could you please add your new cpp file in the CMakeLists.txt file, so that the cmake build can include your change.

indiosmo commented 7 years ago

Done, all builds passing.

xaqq commented 7 years ago

thanks