bluca on master
Revert "Problem: Libs crash at … Merge pull request #4383 from b… (compare)
Hello,
I recently upgraded the zmq library from 4.3.2 to 4.3.4 and I have issues on the setsockopt
function.
On 4.3.2m_commSocket.setsockopt(ZMQ_IDENTITY, ++socketNr);
On 4.3.4 the setsockopt
becomesm_commSocket.set(zmq::sockopt::identity, ++socketNr);
The problem is that the new set() function takes a constant as second parameter.
Does anyone knows how to fix this or how to approach this?
zmq_bind
a socket, are you obligated to zmq_unbind
it? or is it sufficient to just call zmq_close
?