Hi I'm trying to use a poll()
function from the ZeroMQ
library on the server side.
In fact I want to receive notifications from my clients in order to execute a script in my code.
I found that link
using zmq::poll in multithreaded c++0x11 program in combination with cntr +x or kill signal
It throws an instance of zmq::error_t
socket operation on non socket
It seems not to be working for me!