Oleg,
> I have problem - call zmq_close() does't return when blocking recieve
> is active on ZMQ_SUB socket. 0MQ sources version 2.1 (yesterday from
> git). If I call zmq_term() - recieving drops with error.
>
> http://pastebin.com/nrHJdXcV (MSVC2005)
>    
0MQ sockets are not thread-safe. You can't recv on a particular socket 
from one thread and call close fro another thread.

Martin
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to