Open thierryba opened 4 years ago
I just wanted to switch from 4.6 to 4.7.1 but I'm failing to do so because setsockopt(ZMQ_IDENTITY...) is deprecated but there is no replacement.
ZMQ_IDENTITY is deprecated, but you can use socket.set(zmq::sockopt::routing_id) for the same functionality.
socket.set(zmq::sockopt::routing_id)
I just wanted to switch from 4.6 to 4.7.1 but I'm failing to do so because setsockopt(ZMQ_IDENTITY...) is deprecated but there is no replacement.