Closed potatogim closed 10 years ago
Oh, zmq_unbind(), zmq_socket_monitor() is the same.
I have attached the diff output for fixing this bugs.
i think so..
heh, odd. it looks like it's been like that for ages and nobody told me about it :/
Oh nevermind, that's a regression introduced by some other patch. I see where it came from.
Hi,
I have tried to use zmq_disconnect on LibZMQ3 but I encountered the error "Socket operation on non-socket" msg.
and then I have found the cause of that.
After apply this patch, zmq_disconnect() function do that correctly.
I am grateful for being able to use this package.
Have a nice day!